fix typos

This commit is contained in:
Brenton Bostick
2025-07-27 10:39:20 -04:00
committed by Sam Lantinga
parent 2ed1c35ca6
commit f361034ac3
23 changed files with 34 additions and 34 deletions

View File

@@ -4872,7 +4872,7 @@ static bool SDLCALL SDL_SW_RenderGeometryRaw(SDL_Renderer *renderer,
continue;
}
/* Two triangles forming a quadialateral,
/* Two triangles forming a quadrilateral,
* prev and current triangles must have exactly 2 common vertices */
{
int cnt = 0, j = 3;