summaryrefslogtreecommitdiffstats
path: root/kate/part
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 13:41:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 13:41:49 -0600
commitf8d95a02420773d558fe73c0847c305666d47241 (patch)
treef078d1873e2141de4749d3b41405baf6dfe0463b /kate/part
parentd1e0cc99a202cef3306b90b8839a6726e89f201e (diff)
downloadtdelibs-f8d95a02420773d558fe73c0847c305666d47241.tar.gz
tdelibs-f8d95a02420773d558fe73c0847c305666d47241.zip
Fix unintended renaming
Diffstat (limited to 'kate/part')
-rw-r--r--kate/part/katedocument.cpp2
-rw-r--r--kate/part/katesearch.cpp2
-rw-r--r--kate/part/kateview.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kate/part/katedocument.cpp b/kate/part/katedocument.cpp
index cb1844489..fbfc43eef 100644
--- a/kate/part/katedocument.cpp
+++ b/kate/part/katedocument.cpp
@@ -3976,7 +3976,7 @@ void KateDocument::transform( KateView *v, const KateTextCursor &c,
{
// If bol or the character before is not in a word, up this one:
// 1. if both start and p is 0, upper char.
- // 2. if bloctdeselect or first line, and p == 0 and start-1 is not in a word, upper
+ // 2. if blockselect or first line, and p == 0 and start-1 is not in a word, upper
// 3. if p-1 is not in a word, upper.
if ( ( ! start && ! p ) ||
( ( ln == selstart.line() || v->blockSelectionMode() ) &&
diff --git a/kate/part/katesearch.cpp b/kate/part/katesearch.cpp
index b66be04c6..9d0dc896b 100644
--- a/kate/part/katesearch.cpp
+++ b/kate/part/katesearch.cpp
@@ -696,7 +696,7 @@ bool KateSearch::doSearch( const TQString& text )
col = foundCol+1;
}
while (s.flags.selected && m_view->blockSelectionMode() && found);
- // in the case we want to search in selection + bloctdeselection we need to loop
+ // in the case we want to search in selection + blockselection we need to loop
if( !found ) return false;
diff --git a/kate/part/kateview.h b/kate/part/kateview.h
index 9d04a524f..0a00ab1fc 100644
--- a/kate/part/kateview.h
+++ b/kate/part/kateview.h
@@ -222,7 +222,7 @@ class KateView : public Kate::View,
*/
inline const KateSuperCursor &selEnd () const { return selectEnd; }
- // should cursor be wrapped ? take config + bloctdeselection state in account
+ // should cursor be wrapped ? take config + blockselection state in account
bool wrapCursor ();
// some internal functions to get selection state of a line/col