diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 13:41:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 13:41:49 -0600 |
commit | f8d95a02420773d558fe73c0847c305666d47241 (patch) | |
tree | f078d1873e2141de4749d3b41405baf6dfe0463b /kate/part/katedocument.cpp | |
parent | d1e0cc99a202cef3306b90b8839a6726e89f201e (diff) | |
download | tdelibs-f8d95a02420773d558fe73c0847c305666d47241.tar.gz tdelibs-f8d95a02420773d558fe73c0847c305666d47241.zip |
Fix unintended renaming
Diffstat (limited to 'kate/part/katedocument.cpp')
-rw-r--r-- | kate/part/katedocument.cpp | 2 |
1 files changed, 1 insertions, 1 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() ) && |