diff options
Diffstat (limited to 'kate/part/katehighlight.cpp')
-rw-r--r-- | kate/part/katehighlight.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katehighlight.cpp b/kate/part/katehighlight.cpp index 17208412c..d5eec4c27 100644 --- a/kate/part/katehighlight.cpp +++ b/kate/part/katehighlight.cpp @@ -1404,7 +1404,7 @@ void KateHighlighting::doHighlight ( KateTextLine *prevLine, const TQString& text = textLine->string(); const int len = textLine->length(); - // calc at which char the first char occurs, set it to lenght of line if never + // calc at which char the first char occurs, set it to length of line if never const int firstChar = textLine->firstChar(); const int startNonSpace = (firstChar == -1) ? len : firstChar; |