diff options
Diffstat (limited to 'lib/libc/gen')
| -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 * |
