diff options
Diffstat (limited to 'src/common/container.c')
-rw-r--r-- | src/common/container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/container.c b/src/common/container.c index a13b20b1ce..0ee53a0fba 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -242,7 +242,7 @@ void smartlist_insert(smartlist_t *sl, int idx, void *val) } /** - * Split a string <b>str</b> along all occurences of <b>sep</b>, + * Split a string <b>str</b> along all occurrences of <b>sep</b>, * adding the split strings, in order, to <b>sl</b>. If * <b>flags</b>&SPLIT_SKIP_SPACE is true, remove initial and * trailing space from each entry. If |