summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/posix1e/cap_text.c2
-rw-r--r--lib/libposix1e/cap_text.c2
-rw-r--r--lib/libutil/login_cap.c4
3 files changed, 4 insertions, 4 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[, ...]]
diff --git a/lib/libposix1e/cap_text.c b/lib/libposix1e/cap_text.c
index 9748a2c..367ff20 100644
--- a/lib/libposix1e/cap_text.c
+++ b/lib/libposix1e/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[, ...]]
diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c
index b7528b9..dc93e28 100644
--- a/lib/libutil/login_cap.c
+++ b/lib/libutil/login_cap.c
@@ -94,7 +94,7 @@ allocarray(size_t sz)
/*
* arrayize()
- * Turn a simple string <str> seperated by any of
+ * Turn a simple string <str> separated by any of
* the set of <chars> into an array. The last element
* of the array will be NULL, as is proper.
* Free using freearraystr()
@@ -779,7 +779,7 @@ login_getstyle(login_cap_t *lc, char *style, const char *auth)
authtypes = defauthtypes;
/*
- * We have at least one authtype now; auths is a comma-seperated
+ * We have at least one authtype now; auths is a comma-separated
* (or space-separated) list of authentication types. We have to
* convert from this to an array of char*'s; authtypes then gets this.
*/
OpenPOWER on IntegriCloud