summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
commit47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch)
treec951bed0034c4c08e2321e4d9d5bdc4ed441be11 /lib/libc/posix1e
parent5a1663094b19de58fc8a32485a629c3382407a8c (diff)
downloadFreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.zip
FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Submitted to look at by: kris
Diffstat (limited to 'lib/libc/posix1e')
-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 9748a2c..367ff20 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[, ...]]
OpenPOWER on IntegriCloud