From: brarcher Date: Sun, 16 Feb 2014 16:22:40 +0000 (+0000) Subject: fix spelling issue in test X-Git-Tag: 0.10.0~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9288e2a6576b702b43e545d70ba7a144d1ca7481;p=check fix spelling issue in test The code changed 'occured' -> 'occurred', but the tests needed to be changed as well. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1121 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/check_check_master.c b/tests/check_check_master.c index eec3c90..4ec6815 100644 --- a/tests/check_check_master.c +++ b/tests/check_check_master.c @@ -38,9 +38,9 @@ static master_test_t master_tests[] = { #if defined(__GNUC__) { "Simple Tests", CK_FAILURE, "Assertion '4 == 5' failed" }, #endif /* __GNUC__ */ - { "Simple Tests", CK_FAILURE, "Failure '2 != 3' occured" }, + { "Simple Tests", CK_FAILURE, "Failure '2 != 3' occurred" }, #if defined(__GNUC__) - { "Simple Tests", CK_FAILURE, "Failure '4 != 5' occured" }, + { "Simple Tests", CK_FAILURE, "Failure '4 != 5' occurred" }, #endif /* __GNUC__ */ { "Simple Tests", CK_FAILURE, "3 != 4" }, { "Simple Tests", CK_FAILURE, "5 != 6" },