chore(Core): Correct typo of Suppress. (#20229)

* Init.

* Adjust spacing.
This commit is contained in:
Benjamin Jackson
2024-10-17 16:09:53 -04:00
committed by GitHub
parent 9182e970d4
commit 4ad9d68f42
8 changed files with 57 additions and 57 deletions

View File

@@ -1998,7 +1998,7 @@ bool CollisionDetection::isPointInsideTriangle(
break;
default:
// This case is here to supress a warning on Linux
// This case is here to suppress a warning on Linux
i = j = 0;
debugAssertM(false, "Should not get here.");
break;