Skip to content

Commit

Permalink
minor typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 11, 2025
1 parent 9d90ae6 commit 43ce602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion README-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 43ce602

Please sign in to comment.