From c0165972c32497239c3a363b3149f3d5f14f5292 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 23 Nov 2014 20:40:48 +0100 Subject: [PATCH] Fixed typos in header file documentation comments. --- include/SDL_test_assert.h | 2 +- include/SDL_test_fuzzer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_test_assert.h b/include/SDL_test_assert.h index 5b38f7ee643f5..6a843a9e3a0c1 100644 --- a/include/SDL_test_assert.h +++ b/include/SDL_test_assert.h @@ -71,7 +71,7 @@ void SDLTest_Assert(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *as int SDLTest_AssertCheck(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription, ...) SDL_PRINTF_VARARG_FUNC(2); /** - * \brief Explicitely pass without checking an assertion condition. Updates assertion counter. + * \brief Explicitly pass without checking an assertion condition. Updates assertion counter. * * \param assertDescription Message to log with the assert describing it. */ diff --git a/include/SDL_test_fuzzer.h b/include/SDL_test_fuzzer.h index 640180397cb7d..868cc0db15c03 100644 --- a/include/SDL_test_fuzzer.h +++ b/include/SDL_test_fuzzer.h @@ -318,7 +318,7 @@ Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL /** * Returns integer in range [min, max] (inclusive). * Min and max values can be negative values. - * If Max in smaller tham min, then the values are swapped. + * If Max in smaller than min, then the values are swapped. * Min and max are the same value, that value will be returned. * * \param min Minimum inclusive value of returned random number