mirror of
https://github.com/raysan5/raylib.git
synced 2026-03-30 04:11:57 +00:00
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:
committed by
GitHub
parent
e71633a0be
commit
6cf71f565c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user