diff options
| author | 2003-01-04 22:36:07 +0000 | |
|---|---|---|
| committer | 2003-01-04 22:36:07 +0000 | |
| commit | c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f (patch) | |
| tree | be785c81bbb92974327090144e1127106f975abf /lib/libc/gen/auth_subr.c | |
| parent | Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass (diff) | |
| download | wireguard-openbsd-c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f.tar.xz wireguard-openbsd-c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f.zip | |
spelling
Diffstat (limited to 'lib/libc/gen/auth_subr.c')
| -rw-r--r-- | lib/libc/gen/auth_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c index 0e28516ceb6..68adf6f8b12 100644 --- a/lib/libc/gen/auth_subr.c +++ b/lib/libc/gen/auth_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth_subr.c,v 1.21 2002/11/22 23:27:45 millert Exp $ */ +/* $OpenBSD: auth_subr.c,v 1.22 2003/01/04 22:36:09 deraadt Exp $ */ /*- * Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc. @@ -277,7 +277,7 @@ auth_close(auth_session_t *as) } /* - * Request a challange for the session. + * Request a challenge for the session. * The name and style must have already been specified */ char * |
