X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fsighandlers.c;h=effef44d8fb8b391e1b222eb2eaabee296632e48;hp=6d5ea8f83b9a97727727f39d0665e4be695cf241;hb=4102e8fdfea33a5d8c398c98db90914c5dc29610;hpb=65359ff8f722efdf24700ce05011afc0fef28924 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