diff options
Diffstat (limited to 'kiten/dict.h')
-rw-r--r-- | kiten/dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/dict.h b/kiten/dict.h index ded50112..f510d0c1 100644 --- a/kiten/dict.h +++ b/kiten/dict.h @@ -89,7 +89,7 @@ public: int dictLength(void); int indexLength(void); - // tqreplacement for exceptions thrown in the constructor + // replacement for exceptions thrown in the constructor bool isValid(void); unsigned char lookup(unsigned i, int offset); |