# cvs diff -Nup shutdown.c
Index: shutdown.c
===================================================================
RCS file: /cvs/src/sbin/shutdown/shutdown.c,v
retrieving revision 1.35
diff -N -u -p shutdown.c
--- shutdown.c  27 Oct 2009 23:59:34 -0000      1.35
+++ shutdown.c  23 Dec 2009 01:23:31 -0000
@@ -310,7 +310,7 @@ timewarn(int timeleft)

        /*
         * play some games, just in case wall doesn't come back
-        * probably unecessary, given that wall is careful.
+        * probably unnecessary, given that wall is careful.
         */
        if (!setjmp(alarmbuf)) {
                (void)signal(SIGALRM, timeout);

Reply via email to