diff options
Diffstat (limited to 'kate/part/kateundo.cpp')
-rw-r--r-- | kate/part/kateundo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/kateundo.cpp b/kate/part/kateundo.cpp index 379df16f0..c37fb556c 100644 --- a/kate/part/kateundo.cpp +++ b/kate/part/kateundo.cpp @@ -35,7 +35,7 @@ * @param type undo item type * @param line line affected * @param col start column - * @param len lenght of change + * @param len length of change * @param text text removed/inserted */ KateUndo (KateUndoGroup::UndoType type, uint line, uint col, uint len, const TQString &text); |