summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h2
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);
};