SDL_ttf: minor typo fix. (75c53)

https://github.com/libsdl-org/SDL_ttf/commit/75c53b2be2a5a6665de18a9e80fe50b0bcea11d3

From 75c53b2be2a5a6665de18a9e80fe50b0bcea11d3 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 11 Jan 2025 18:56:32 +0300
Subject: [PATCH] minor typo fix.

---
 CMakeLists.txt     | 2 +-
 README-versions.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index aff9669d..e5305ef4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ endif()
 
 set(sdl2ttf_install_enableable ON)
 if ((TARGET SDL2 OR TARGET SDL2-static) AND SDL2_DISABLE_INSTALL)
-    # Cannot install SDL2_mixer when SDL2 is built in same built, and is not installed.
+    # Cannot install SDL2_ttf when SDL2 is built in same built, and is not installed.
     set(sdl2ttf_install_enableable OFF)
 endif()
 
diff --git a/README-versions.md b/README-versions.md
index 2ae8d191..cbb59b84 100644
--- a/README-versions.md
+++ b/README-versions.md
@@ -55,5 +55,5 @@ and older versions of the Linux kernel:
 ## Before 2.19.0
 
 Older versions of `SDL_ttf` used the patchlevel (micro version,
-mixerthird part) for feature releases, and did not distinguish between feature
+third part) for feature releases, and did not distinguish between feature
 and bugfix releases.