diff options
author | 2016-03-17 21:36:48 +0000 | |
---|---|---|
committer | 2016-03-17 21:36:48 +0000 | |
commit | 91da4d97c473374f51e8fe8613d07eb51677f366 (patch) | |
tree | cf9a29c4e3500c1011e879be1b9304dd29736a30 /lib/libskey/skeylogin.c | |
parent | support short URIs for man.openbsd.org (diff) | |
download | wireguard-openbsd-91da4d97c473374f51e8fe8613d07eb51677f366.tar.xz wireguard-openbsd-91da4d97c473374f51e8fe8613d07eb51677f366.zip |
'miliseconds' -> 'milliseconds' in comments.
if_atu.c noted by Michal Mazurek.
Diffstat (limited to 'lib/libskey/skeylogin.c')
-rw-r--r-- | lib/libskey/skeylogin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/skeylogin.c b/lib/libskey/skeylogin.c index 48b7b900cc5..16bf8382968 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.57 2015/04/18 18:28:37 deraadt Exp $ + * $OpenBSD: skeylogin.c,v 1.58 2016/03/17 21:36:48 krw Exp $ */ #ifdef QUOTA @@ -605,7 +605,7 @@ tgetline(int fd, char *buf, size_t bufsiz, int timeout) * Timeout of <= 0 means no timeout. */ if (timeout > 0) { - timeout *= 1000; /* convert to miliseconds */ + timeout *= 1000; /* convert to milliseconds */ pfd[0].fd = fd; pfd[0].events = POLLIN; |