From 0341033a1016421f15fc851dd6640b50309621f9 Mon Sep 17 00:00:00 2001
From: Cleroth <[EMAIL REDACTED]>
Date: Fri, 27 Feb 2026 11:19:23 +0800
Subject: [PATCH] Fix typo
---
include/SDL3_mixer/SDL_mixer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index 04f47f89..4411a453 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -957,7 +957,7 @@ extern SDL_DECLSPEC void SDLCALL MIX_DestroyAudio(MIX_Audio *audio);
* will be processed and mixed together to form the final output from the
* mixer.
*
- * There are no limits to the number of tracks on may create, beyond running
+ * There are no limits to the number of tracks one may create, beyond running
* out of memory, but in normal practice there are a small number of tracks
* that are reused between all loaded audio as appropriate.
*