Fixed typos in header file documentation comments.
1.1 --- a/include/SDL_test_assert.h Sun Nov 23 20:38:18 2014 +0100
1.2 +++ b/include/SDL_test_assert.h Sun Nov 23 20:40:48 2014 +0100
1.3 @@ -71,7 +71,7 @@
1.4 int SDLTest_AssertCheck(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription, ...) SDL_PRINTF_VARARG_FUNC(2);
1.5
1.6 /**
1.7 - * \brief Explicitely pass without checking an assertion condition. Updates assertion counter.
1.8 + * \brief Explicitly pass without checking an assertion condition. Updates assertion counter.
1.9 *
1.10 * \param assertDescription Message to log with the assert describing it.
1.11 */
2.1 --- a/include/SDL_test_fuzzer.h Sun Nov 23 20:38:18 2014 +0100
2.2 +++ b/include/SDL_test_fuzzer.h Sun Nov 23 20:40:48 2014 +0100
2.3 @@ -318,7 +318,7 @@
2.4 /**
2.5 * Returns integer in range [min, max] (inclusive).
2.6 * Min and max values can be negative values.
2.7 - * If Max in smaller tham min, then the values are swapped.
2.8 + * If Max in smaller than min, then the values are swapped.
2.9 * Min and max are the same value, that value will be returned.
2.10 *
2.11 * \param min Minimum inclusive value of returned random number