=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/failedlogin.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/login/failedlogin.c 1998/07/13 02:11:35 1.5 +++ src/usr.bin/login/failedlogin.c 1999/04/20 23:05:41 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: failedlogin.c,v 1.5 1998/07/13 02:11:35 millert Exp $ */ +/* $OpenBSD: failedlogin.c,v 1.6 1999/04/20 23:05:41 pjanzen Exp $ */ /* * Copyright (c) 1996 Todd C. Miller @@ -28,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.5 1998/07/13 02:11:35 millert Exp $"; +static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.6 1999/04/20 23:05:41 pjanzen Exp $"; #endif /* not lint */ /* @@ -121,7 +121,7 @@ if (failedlogin.count > 1) (void)printf("There have been %u unsuccessful login attempts to your account.\n", failedlogin.count); - (void)printf("Last unsucessful login: %.*s", 24-5, + (void)printf("Last unsuccessful login: %.*s", 24-5, (char *)ctime(&failedlogin.bl_time)); (void)printf(" on %.*s", (int)sizeof(failedlogin.bl_line),