trivial: fix spelling

This commit is contained in:
Jiří Klimeš
2012-01-17 16:26:30 +01:00
parent 87a2030a43
commit f4da4f5523

View File

@@ -140,7 +140,7 @@ setup_signals (void)
/* Set up our quit pipe */ /* Set up our quit pipe */
if (pipe (quit_pipe) < 0) { if (pipe (quit_pipe) < 0) {
fprintf (stderr, _("Failed to initialze SIGTERM pipe: %d"), errno); fprintf (stderr, _("Failed to initialize SIGTERM pipe: %d"), errno);
exit (1); exit (1);
} }
fcntl (quit_pipe[1], F_SETFL, O_NONBLOCK | fcntl (quit_pipe[1], F_GETFL)); fcntl (quit_pipe[1], F_SETFL, O_NONBLOCK | fcntl (quit_pipe[1], F_GETFL));