diff options
author | 2017-09-07 23:48:09 +0000 | |
---|---|---|
committer | 2017-09-07 23:48:09 +0000 | |
commit | be9e9d7f6bab1488f05101e924e2bd13bf3e293d (patch) | |
tree | 2694d96a83015683c509299f6428ac5f8e19d828 | |
parent | Try both libpthread and RTLD_DEFAULT when looking up functions (diff) | |
download | wireguard-openbsd-be9e9d7f6bab1488f05101e924e2bd13bf3e293d.tar.xz wireguard-openbsd-be9e9d7f6bab1488f05101e924e2bd13bf3e293d.zip |
typo in comment
-rw-r--r-- | usr.bin/ssh/auth2-pubkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2-pubkey.c b/usr.bin/ssh/auth2-pubkey.c index fe3c206aae5..73cc2edb802 100644 --- a/usr.bin/ssh/auth2-pubkey.c +++ b/usr.bin/ssh/auth2-pubkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-pubkey.c,v 1.70 2017/08/18 05:48:04 djm Exp $ */ +/* $OpenBSD: auth2-pubkey.c,v 1.71 2017/09/07 23:48:09 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -472,7 +472,7 @@ check_authkeys_file(FILE *f, char *file, struct sshkey *key, struct passwd *pw) char *cp, *key_options = NULL, *fp = NULL; const char *reason = NULL; - /* Always consume entrire file */ + /* Always consume entire file */ if (found_key) continue; if (found != NULL) |