Fix typo: dependant -> dependent in rlgl.h and rexm.c (#5685)

5 instances in src/rlgl.h comments and 1 in tools/rexm/rexm.c.
Skipped vendored raygui.h files in examples/.
This commit is contained in:
Charlie Tonneslan
2026-03-23 12:17:50 -04:00
committed by GitHub
parent e71633a0be
commit 6cf71f565c
2 changed files with 6 additions and 6 deletions

View File

@@ -1669,7 +1669,7 @@ int main(int argc, char *argv[])
FileRemove(TextFormat("%s/%s/%s.original.c", exBasePath, exCategory, exName));
// STEP 3: Run example with required arguments
// NOTE: Not easy to retrieve process return value from system(), it's platform dependant
// NOTE: Not easy to retrieve process return value from system(), it's platform dependent
ChangeDirectory(TextFormat("%s/%s", exBasePath, exCategory));
#if defined(_WIN32)