https://github.com/libsdl-org/SDL_ttf/commit/43ce60256fd1ef8e0d839fc388791fdf9285d225
From 43ce60256fd1ef8e0d839fc388791fdf9285d225 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 11 Jan 2025 18:56:50 +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 793406a2..331f6af6 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.