diff options
author | Peter Powell <petpow@saberuk.com> | 2015-07-08 10:55:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-07-08 11:06:02 +0100 |
commit | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (patch) | |
tree | b1e38d447c34fee25229945c2dd160b56683d026 /include/hashcomp.h | |
parent | 4362f53cc38177039d6f6b86565e73800e7b5390 (diff) |
Fix a ton of typos.
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 140131e72..1b225de7d 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -123,7 +123,7 @@ namespace ci * @param s1 String to find in * @param n Position to search up to * @param c Character to search for - * @return Pointer to the first occurance of c in s1 + * @return Pointer to the first occurrence of c in s1 */ static const char *find(const char *s1, int n, char c); }; |