=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- src/usr.bin/su/su.c 2003/09/26 21:43:32 1.55 +++ src/usr.bin/su/su.c 2003/11/09 20:13:58 1.56 @@ -1,4 +1,4 @@ -/* $OpenBSD: su.c,v 1.55 2003/09/26 21:43:32 miod Exp $ */ +/* $OpenBSD: su.c,v 1.56 2003/11/09 20:13:58 otto Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -39,7 +39,7 @@ #if 0 static const char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91"; #else -static const char rcsid[] = "$OpenBSD: su.c,v 1.55 2003/09/26 21:43:32 miod Exp $"; +static const char rcsid[] = "$OpenBSD: su.c,v 1.56 2003/11/09 20:13:58 otto Exp $"; #endif #endif /* not lint */ @@ -395,7 +395,7 @@ /* * Allow for a '.' and 16 characters for any instance as well as - * space for a ':' and 16 charcters defining the authentication type. + * space for a ':' and 16 characters defining the authentication type. */ #define NBUFSIZ (UT_NAMESIZE + 1 + 16 + 1 + 16)