From 47a2266000dcef92e2019fc82b50ce7ce7753ec3 Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 6 Feb 2001 10:39:38 +0000 Subject: Fix typo: seperate -> separate. Seperate does not exist in the english language. Submitted to look at by: kris --- lib/libutil/login_cap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libutil/login_cap.c') 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 seperated by any of + * Turn a simple string separated by any of * the set of 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. */ -- cgit v1.1