diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
commit | d2fc88a49ddb99863a42e9b7953f920f5b28b944 (patch) | |
tree | 2c0d6c75395919eff211bc005544bdf6272aaf11 /kfile-plugins/sid/kfile_sid.cpp | |
parent | 447ec7dc0dabca83f70632ab66cfdba80835a703 (diff) | |
download | tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.tar.gz tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.zip |
Fix typos.
Diffstat (limited to 'kfile-plugins/sid/kfile_sid.cpp')
-rw-r--r-- | kfile-plugins/sid/kfile_sid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |