diff options
Diffstat (limited to 'kate/part/katecmds.h')
-rw-r--r-- | kate/part/katecmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katecmds.h b/kate/part/katecmds.h index 55c8d807b..e55e2ac8b 100644 --- a/kate/part/katecmds.h +++ b/kate/part/katecmds.h @@ -119,7 +119,7 @@ class SedReplace : public Kate::Command }; /** - * insert a unicode or ascii character + * insert a tqunicode or ascii character * base 9+1: 1234 * hex: 0x1234 or x1234 * octal: 01231 |