diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-08-07 17:22:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-08-07 17:22:01 +0200 |
commit | ca280574baae12159973785b11b48de4b50ee39f (patch) | |
tree | d510362b9bb9fe91f74527c896585c86cae37d1a /src/libstrongswan/tests/test_suite.c | |
parent | c11d13c4b94a2f0533344a200de2bd8d106ecb97 (diff) | |
download | strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.bz2 strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libstrongswan/tests/test_suite.c')
-rw-r--r-- | src/libstrongswan/tests/test_suite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/test_suite.c b/src/libstrongswan/tests/test_suite.c index 0af34c847..8541cdaef 100644 --- a/src/libstrongswan/tests/test_suite.c +++ b/src/libstrongswan/tests/test_suite.c @@ -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); |