Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-08-07 17:22:01 +02:00
parent c11d13c4b9
commit ca280574ba
13 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ void test_setup_handler()
sigaction(SIGSEGV, &action, NULL);
sigaction(SIGILL, &action, NULL);
sigaction(SIGBUS, &action, NULL);
/* ignore ALRM/USR1, these are catched by main thread only */
/* ignore ALRM/USR1, these are caught by main thread only */
action.sa_handler = SIG_IGN;
sigaction(SIGALRM, &action, NULL);
sigaction(SIGUSR1, &action, NULL);