SDL_ttf: Sync SDL3_ttf wiki -> header (76848)

From 76848520a8424c116226d3371f88320341957292 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 26 Apr 2024 14:40:26 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header

---
 include/SDL3_ttf/SDL_ttf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 704e255..413de01 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -2212,7 +2212,7 @@ extern DECLSPEC int SDLCALL TTF_SetFontDirection(TTF_Font *font, TTF_Direction d
  *
  * If SDL_ttf was not built with HarfBuzz support, this function returns -1.
  *
- * \param font the font to specify a direction for.
+ * \param font the font to specify a script name for.
  * \param script null-terminated string of exactly 4 characters.
  * \returns 0 on success, or -1 on error.
  *