SDL_mixer: fixed a typo in changelog.

From 5fad3ccb794b11274b8284bbf60a9f40caec73c4 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 17 Jun 2022 05:24:32 +0300
Subject: [PATCH] fixed a typo in changelog.

---
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 9ed37c73..c7f19d30 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 2.6.0:
  * Added support for playing Ogg files using stb_vorbis, which is now the default Vorbis backend.
    To use libvorbis instead, configure using --disable-music-ogg-stb --enable-music-ogg-vorbis
- * Added support for playing FLAC files using dr_flac, which is now the default FLAC mubic backend.
+ * Added support for playing FLAC files using dr_flac, which is now the default FLAC music backend.
    To use libflac instead, configure using --disable-music-flac-drflac --enable-music-flac-libflac
  * Added support for playing MP3 files using dr_mp3, which is now the default MP3 music backend.
    To use libmpg123 instead, configure using --disable-music-mp3-drmp3 --enable-music-mp3-mpg123