From 50b04b28138511b316b142b55217a26a04143b9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <[EMAIL REDACTED]>
Date: Mon, 27 Jul 2026 22:39:18 +0200
Subject: [PATCH] Fixed some typos in the audio hints documentation
---
include/SDL_hints.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 925ff22ccf29b..3fd3d206ba305 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -239,13 +239,13 @@ extern "C" {
* control panel that lets the user adjust the volume on specific audio
* streams instead of using one giant master volume slider.
*
- * This hints lets you transmit that information to the OS. The contents of
+ * This hint lets you transmit that information to the OS. The contents of
* this hint are used while opening an audio device. You should use a string
* that describes your program ("My Game 2: The Revenge")
*
* Setting this to "" or leaving it unset will have SDL use a reasonable
* default: this will be the name set with SDL_HINT_APP_NAME, if that hint is
- * set. Otherwise, it'll probably the application's name or "SDL Application"
+ * set. Otherwise, it'll probably be the application's name or "SDL Application"
* if SDL doesn't have any better information.
*
* On targets where this is not supported, this hint does nothing.
@@ -260,9 +260,9 @@ extern "C" {
* control panel that lets the user adjust the volume on specific audio
* streams instead of using one giant master volume slider.
*
- * This hints lets you transmit that information to the OS. The contents of
+ * This hint lets you transmit that information to the OS. The contents of
* this hint are used while opening an audio device. You should use a string
- * that describes your what your program is playing ("audio stream" is
+ * that describes what your program is playing ("audio stream" is
* probably sufficient in many cases, but this could be useful for something
* like "team chat" if you have a headset playing VoIP audio separately).
*
@@ -281,9 +281,9 @@ extern "C" {
* system control panel or software for displaying and manipulating media
* playback/capture graphs.
*
- * This hints lets you transmit that information to the OS. The contents of
+ * This hint lets you transmit that information to the OS. The contents of
* this hint are used while opening an audio device. You should use a string
- * that describes your what your program is playing (Game, Music, Movie,
+ * that describes what your program is playing (Game, Music, Movie,
* etc...).
*
* Setting this to "" or leaving it unset will have SDL use a reasonable