rtcwake: fix typo

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2007-10-11 14:27:08 +02:00
parent d7a92b8994
commit dd12a5b9cb
1 changed files with 1 additions and 1 deletions

View 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"));
}