Skip to content

Commit 61566f0

Browse files
Donioneslouken
authored andcommitted
Fix typo
1 parent 667d745 commit 61566f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3_mixer/SDL_mixer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,8 +1288,8 @@ extern SDL_DECLSPEC char ** SDLCALL MIX_GetTrackTags(MIX_Track *track, int *coun
12881288
* \param count a pointer filled in with the number of tracks returned, can be
12891289
* NULL.
12901290
* \returns an array of the tracks, NULL-terminated, or NULL on failure; call
1291-
* SDL_GetError() for more information. The returned pointer hould be
1292-
* freed with SDL_free() when it is no longer needed.
1291+
* SDL_GetError() for more information. The returned pointer should
1292+
* be freed with SDL_free() when it is no longer needed.
12931293
*
12941294
* \threadsafety It is safe to call this function from any thread.
12951295
*

0 commit comments

Comments
 (0)