From 3f59f9590b8e70b928bb83116c92c513ad2fcffd Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:28:52 -0500 Subject: Fix typos. --- kate/part/kateundo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part/kateundo.h') diff --git a/kate/part/kateundo.h b/kate/part/kateundo.h index 4d0141189..9beaf3695 100644 --- a/kate/part/kateundo.h +++ b/kate/part/kateundo.h @@ -76,7 +76,7 @@ class KateUndoGroup * @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 */ void addItem (KateUndoGroup::UndoType type, uint line, uint col, uint len, const TQString &text); -- cgit v1.2.1