SDL_mixer: Sync SDL3_mixer wiki -> header (c71ce)

From c71ce9e9fec3c17f9ab3f94e6bce20d4d8f5a26d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 24 Jul 2025 16:46:15 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header

[ci skip]
---
 include/SDL3_mixer/SDL_mixer.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index acc249ea..13206334 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -233,8 +233,8 @@ typedef struct MIX_Group MIX_Group;
  *
  * If you are linking to SDL_mixer dynamically, then it is possible that the
  * current version will be different than the version you compiled against.
- * This function returns the current version, while SDL_MIXER_VERSION is the version
- * you compiled with.
+ * This function returns the current version, while SDL_MIXER_VERSION is the
+ * version you compiled with.
  *
  * This function may be called safely at any time, even before MIX_Init().
  *