summaryrefslogtreecommitdiff
path: root/lib/libskey
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-27 17:10:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-27 17:10:09 +0000
commitcc3a47abb42f11b78ad97db92e7a89b9447bb8e9 (patch)
treefe9b394da058363f4a89f71cc700d1ff82eaa856 /lib/libskey
parent3ee00b1421bdff3725c44ae16607a768ffaadb02 (diff)
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
Diffstat (limited to 'lib/libskey')
-rw-r--r--lib/libskey/skeylogin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/skeylogin.c b/lib/libskey/skeylogin.c
index c58a13f4fe1..b1e7f74e48b 100644
--- a/lib/libskey/skeylogin.c
+++ b/lib/libskey/skeylogin.c
@@ -10,7 +10,7 @@
*
* S/Key verification check, lookups, and authentication.
*
- * $OpenBSD: skeylogin.c,v 1.62 2019/01/25 00:19:26 millert Exp $
+ * $OpenBSD: skeylogin.c,v 1.63 2022/12/27 17:10:07 jmc Exp $
*/
#ifdef QUOTA
@@ -108,7 +108,7 @@ skeygetent(int fd, struct skey *mp, const char *name)
}
if (fd == -1) {
- /* Open the user's databse entry, creating it as needed. */
+ /* Open the user's database entry, creating it as needed. */
if (snprintf(filename, sizeof(filename), "%s/%s", _PATH_SKEYDIR,
name) >= sizeof(filename)) {
errno = ENAMETOOLONG;