]> err.no Git - util-linux/commitdiff
rtcwake: fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 11 Oct 2007 12:27:08 +0000 (14:27 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 11 Oct 2007 12:27:08 +0000 (14:27 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/rtcwake.c

index 35fa6a5ee0d8b1d22a08553d3eb5a4e2240ce05e..092895fecb7298f0492a84dd375e3b693d81f8a4 100644 (file)
@@ -377,7 +377,7 @@ int main(int argc, char **argv)
                        clock_mode = CM_UTC;
                }
                if (verbose)
-                       pritf(lock_mode == CM_UTC ? _("Using UTC time.\n") :
+                       printf(clock_mode == CM_UTC ? _("Using UTC time.\n") :
                                        _("Using local time.\n"));
        }