summaryrefslogtreecommitdiffstats
path: root/libutil/login_cap.c
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
commit5b122842c00d9a09da5f5716d7a9c670bafd6c62 (patch)
tree61f41149f6f70c8e5e729abe6c81e81a35a2d2cf /libutil/login_cap.c
parent40f28d291403a95705d180937916645cb1650adb (diff)
downloadpw-darwin-5b122842c00d9a09da5f5716d7a9c670bafd6c62.tar.gz
pw-darwin-5b122842c00d9a09da5f5716d7a9c670bafd6c62.tar.zst
pw-darwin-5b122842c00d9a09da5f5716d7a9c670bafd6c62.zip
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Submitted to look at by: kris
Diffstat (limited to 'libutil/login_cap.c')
-rw-r--r--libutil/login_cap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libutil/login_cap.c b/libutil/login_cap.c
index b7528b9..dc93e28 100644
--- a/libutil/login_cap.c
+++ b/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.
*/