diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-02-08 22:21:44 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-02-08 22:21:44 +0700 |
| commit | 7fb41a7e3bf610a69bffbfa8c7f22661c0b4b625 (patch) | |
| tree | 24deaa4beecff7ec32379b85e25c11196a5be92a /tests | |
| parent | 02b1dae4127402b3531f862a4ef114af175b11fb (diff) | |
Typo fixes.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/sokol_gfx_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/sokol_gfx_test.c b/tests/functional/sokol_gfx_test.c index 471e9c8c..48049653 100644 --- a/tests/functional/sokol_gfx_test.c +++ b/tests/functional/sokol_gfx_test.c @@ -1442,7 +1442,7 @@ UTEST(sokol_gfx, commit_listener_add_remove_add) { sg_shutdown(); } -UTEST(sokol_gfx, commit_listener_remove_non_existant) { +UTEST(sokol_gfx, commit_listener_remove_non_existent) { reset_commit_listener(); setup(&(sg_desc){0}); const sg_commit_listener l0 = { |