diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-02-18 10:35:02 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-18 10:36:25 +0100 |
commit | 4ab38d98a709ee05d404a8b9a6748eff60507aed (patch) | |
tree | bdfe8931ce9e51734288cbb58f072cda4b29d463 /src/libstrongswan/tests/test_suite.c | |
parent | 86865da388f769ca991d6fb5a2ddeb22b5655ca2 (diff) | |
download | strongswan-4ab38d98a709ee05d404a8b9a6748eff60507aed.tar.bz2 strongswan-4ab38d98a709ee05d404a8b9a6748eff60507aed.tar.xz |
Fixed some typos
Diffstat (limited to 'src/libstrongswan/tests/test_suite.c')
-rw-r--r-- | src/libstrongswan/tests/test_suite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/tests/test_suite.c b/src/libstrongswan/tests/test_suite.c index 6a4c7b96b..0f2e74b7c 100644 --- a/src/libstrongswan/tests/test_suite.c +++ b/src/libstrongswan/tests/test_suite.c @@ -26,12 +26,12 @@ static char failure_buf[512]; /** - * Source file failure occured + * Source file failure occurred */ static const char *failure_file; /** - * Line of source file failure occured + * Line of source file failure occurred */ static int failure_line; |