diff options
Diffstat (limited to 'mansearch.c')
-rw-r--r-- | mansearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mansearch.c b/mansearch.c index 3e9f3326..ce493473 100644 --- a/mansearch.c +++ b/mansearch.c @@ -491,7 +491,7 @@ lstlen(const char *cp, size_t sep) /* * Print the NUL-terminated list of NUL-terminated strings - * into the buffer, seperating strings with sep. + * into the buffer, separating strings with sep. */ static void lstcat(char *buf, size_t *i, const char *cp, const char *sep) |