From 9e7dfa3e618d9306daeb2241422df4ce4e58f4d2 Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 18 Sep 2024 08:46:56 +0200 Subject: [PATCH] interfer -> interfere --- src/test/SDL_test_harness.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/SDL_test_harness.c b/src/test/SDL_test_harness.c index 9704f36ba7..2300afc54a 100644 --- a/src/test/SDL_test_harness.c +++ b/src/test/SDL_test_harness.c @@ -523,7 +523,7 @@ int SDLTest_ExecuteTestSuiteRunner(SDLTest_TestSuiteRunner *runner) /* Mix the list of suites to run them in random order */ { - /* Exclude last test "subsystemsTestSuite" which is said to interfer with other tests */ + /* Exclude last test "subsystemsTestSuite" which is said to interfere with other tests */ nbSuites--; if (runner->user.execKey != 0) {