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 f510d0c1..ded50112 100644 --- a/kiten/dict.h +++ b/kiten/dict.h @@ -89,7 +89,7 @@ public: int dictLength(void); int indexLength(void); - // replacement for exceptions thrown in the constructor + // tqreplacement for exceptions thrown in the constructor bool isValid(void); unsigned char lookup(unsigned i, int offset); |