From d2fc88a49ddb99863a42e9b7953f920f5b28b944 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:18:46 -0500 Subject: Fix typos. --- kfile-plugins/sid/kfile_sid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfile-plugins') diff --git a/kfile-plugins/sid/kfile_sid.cpp b/kfile-plugins/sid/kfile_sid.cpp index 444e2ea8..33b35500 100644 --- a/kfile-plugins/sid/kfile_sid.cpp +++ b/kfile-plugins/sid/kfile_sid.cpp @@ -215,7 +215,7 @@ KSidPlugin::createValidator(const TQString& /*mimetype*/, const TQString& group, const char* name) const { kdDebug(7034) << k_funcinfo << endl; - // all items in "General" group are strings of max lenght 31 + // all items in "General" group are strings of max length 31 if (group == "General") return new TQRegExpValidator(TQRegExp(".{,31}"), parent, name); // all others are read-only -- cgit v1.2.3