SDL_mixer: Switch file to UTF-8 encoding

From f1d3586387b834ea9f26ec0ace8b5962c848b72b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Dec 2021 09:20:13 -0800
Subject: [PATCH] Switch file to UTF-8 encoding

Fixes https://github.com/libsdl-org/SDL_mixer/issues/339
---
 src/codecs/load_aiff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/codecs/load_aiff.h b/src/codecs/load_aiff.h
index 20925407..4c41f90b 100644
--- a/src/codecs/load_aiff.h
+++ b/src/codecs/load_aiff.h
@@ -23,7 +23,7 @@
     externally-callable function is Mix_LoadAIFF_RW(), which is meant to
     act as identically to SDL_LoadWAV_RW() as possible.
 
-    This file by Torbjrn Andersson (torbjorn.andersson@eurotime.se)
+    This file by Torbjörn Andersson (torbjorn.andersson@eurotime.se)
 */
 
 /* Don't call this directly; use Mix_LoadWAV_RW() for now. */