From 7fb41a7e3bf610a69bffbfa8c7f22661c0b4b625 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 8 Feb 2024 22:21:44 +0700 Subject: Typo fixes. --- tests/functional/sokol_gfx_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 = { -- cgit v1.2.3