Fix various typos (docs/build scripts/tests)

This commit is contained in:
luzpaz
2023-07-03 15:29:42 +00:00
committed by Sam Lantinga
parent c0bd18f023
commit 65e1d568ef
13 changed files with 18 additions and 18 deletions

View File

@@ -381,7 +381,7 @@ static int Test64Bit(SDL_bool verbose)
}
}
if (verbose && (failed == 0)) {
SDL_Log("All 64bit instrinsic tests passed\n");
SDL_Log("All 64bit intrinsic tests passed\n");
}
return failed ? 1 : 0;
}