aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strsep.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strsep.3')
-rw-r--r--lib/libc/string/strsep.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index 0901722d49f2..a4283ff849c0 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -48,7 +48,7 @@ The
.Fn strsep
locates in the null-terminated string at
.Fa *stringp
-the first occurence of any character in
+the first occurrence of any character in
.Fa delim
and replaces this with a
.Ql \e0 ,