diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
commit | ba88fc458a6035cb369aafc8667bade7da573b6b (patch) | |
tree | 394d099e791ff5398b95266a1d3bdf8c5e6b82bc /usr.bin/finger | |
parent | 21387508cf29cf6c632d139f76994a8bbd51b838 (diff) |
spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 7bf6d5d1ef0..6f0ee97a8bf 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.36 2019/07/03 03:24:02 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.37 2022/12/26 19:16:01 jmc Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -212,7 +212,7 @@ enter_lastlog(PERSON *pn) /* * and if it's not any of the current logins * can't use time comparison because there may be a small - * discrepency since login calls time() twice + * discrepancy since login calls time() twice */ for (w = pn->whead; doit && w != NULL; w = w->next) if (w->info == LOGGEDIN && |