From 71e43612d6d3d9214bd706196c5f35602c4a3a1b Mon Sep 17 00:00:00 2001 From: SomeUnusualGames <106411602+SomeUnusualGames@users.noreply.github.com> Date: Thu, 11 Aug 2022 12:54:24 -0300 Subject: Fix typos and reworded a question in the FAQ (#2628) --- examples/audio/audio_module_playing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/audio') diff --git a/examples/audio/audio_module_playing.c b/examples/audio/audio_module_playing.c index b9974b98..e47db592 100644 --- a/examples/audio/audio_module_playing.c +++ b/examples/audio/audio_module_playing.c @@ -42,7 +42,7 @@ int main(void) Color colors[14] = { ORANGE, RED, GOLD, LIME, BLUE, VIOLET, BROWN, LIGHTGRAY, PINK, YELLOW, GREEN, SKYBLUE, PURPLE, BEIGE }; - // Creates ome circles for visual effect + // Creates some circles for visual effect CircleWave circles[MAX_CIRCLES] = { 0 }; for (int i = MAX_CIRCLES - 1; i >= 0; i--) -- cgit v1.2.3