SDL_ttf: Fixed accidental typo in visual studio project file

From 7a9000098924b8b867ec3ece0ca38330357b7ba0 Mon Sep 17 00:00:00 2001
From: Robert O'Shea <[EMAIL REDACTED]>
Date: Tue, 11 Jul 2023 23:37:09 +0100
Subject: [PATCH] Fixed accidental typo in visual studio project file

---
 VisualC-WinRT/SDL_ttf-UWP.vcxproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VisualC-WinRT/SDL_ttf-UWP.vcxproj b/VisualC-WinRT/SDL_ttf-UWP.vcxproj
index 762eee4..6706531 100644
--- a/VisualC-WinRT/SDL_ttf-UWP.vcxproj
+++ b/VisualC-WinRT/SDL_ttf-UWP.vcxproj
@@ -13,7 +13,7 @@
       <Configuration>Debug</Configuration>
       <Platform>x64</Platform>
     </ProjectConfiguration>
-    <ProjectConfiguration Include="Relefase|ARM">
+    <ProjectConfiguration Include="Release|ARM">
       <Configuration>Release</Configuration>
       <Platform>ARM</Platform>
     </ProjectConfiguration>