X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fsighandlers.c;h=effef44d8fb8b391e1b222eb2eaabee296632e48;hb=17589534d0ccff05463910d1f0ba673d7d1630fd;hp=6d5ea8f83b9a97727727f39d0665e4be695cf241;hpb=3e723318961b452c851eda2bec2a322fc249bfce;p=ngircd-alex.git diff --git a/src/ngircd/sighandlers.c b/src/ngircd/sighandlers.c index 6d5ea8f8..effef44d 100644 --- a/src/ngircd/sighandlers.c +++ b/src/ngircd/sighandlers.c @@ -257,7 +257,7 @@ Signal_Callback(int fd, short UNUSED what) /** * Initialize the signal handlers, catch * those signals we are interested in and sets SIGPIPE to be ignored. - * @return true if initialization was sucessful. + * @return true if initialization was successful. */ bool Signals_Init(void) @@ -304,7 +304,7 @@ Signals_Init(void) } /* Signals_Init */ /** - * Restores signals to their default behaviour. + * Restores signals to their default behavior. * * This should be called after a fork() in the new * child prodcess, especially when we are about to call