mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 14:50:07 +01:00
trivial: fix spelling
This commit is contained in:
parent
87a2030a43
commit
f4da4f5523
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ setup_signals (void)
|
|||
|
||||
/* Set up our quit pipe */
|
||||
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);
|
||||
}
|
||||
fcntl (quit_pipe[1], F_SETFL, O_NONBLOCK | fcntl (quit_pipe[1], F_GETFL));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue