summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorSomeUnusualGames <[email protected]>2022-08-11 12:54:24 -0300
committerGitHub <[email protected]>2022-08-11 17:54:24 +0200
commit71e43612d6d3d9214bd706196c5f35602c4a3a1b (patch)
treefe69e3008c52e31bff99f5eeeb136965c3734712 /examples
parentb24947c0d0b9ecb182fb713098e4c7293ad48a03 (diff)
downloadraylib-71e43612d6d3d9214bd706196c5f35602c4a3a1b.tar.gz
raylib-71e43612d6d3d9214bd706196c5f35602c4a3a1b.zip
Fix typos and reworded a question in the FAQ (#2628)
Diffstat (limited to 'examples')
-rw-r--r--examples/audio/audio_module_playing.c2
1 files changed, 1 insertions, 1 deletions
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--)