diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
| commit | 9a01d32bfda2e5b622dab39c39ef042921865b0a (patch) | |
| tree | 8f8229358511c42afe56ddd7993b4664bb906eb5 /lib/libc | |
| parent | 910644e10f9009d99e08e8ec6f17558c037549e7 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/posix1e/cap_text.c | 2 |
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[, ...]] |
