summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
commit9a01d32bfda2e5b622dab39c39ef042921865b0a (patch)
tree8f8229358511c42afe56ddd7993b4664bb906eb5 /lib/libc
parent910644e10f9009d99e08e8ec6f17558c037549e7 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/cap_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/cap_text.c b/lib/libc/posix1e/cap_text.c
index 9748a2c6cb4b..367ff2068bcf 100644
--- a/lib/libc/posix1e/cap_text.c
+++ b/lib/libc/posix1e/cap_text.c
@@ -424,7 +424,7 @@ cap_from_text(const char *buf_p)
/*
* clase [SEP clause [SEP clause ...]]
- * Split into "clauses", which are seperated by a : or whitespace.
+ * Split into "clauses", which are separated by a : or whitespace.
*
* clause = [caplist]actionlist
* caplist = capabilityname[,capabilityname[, ...]]