From 306174afdf18d15f2efa857bbd36c4be984c1020 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 28 May 2022 16:12:56 +0200 Subject: [PATCH] Fix typo --- r5dev/sdklauncher/sdklauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/sdklauncher/sdklauncher.cpp b/r5dev/sdklauncher/sdklauncher.cpp index 530512c7..cff1eec8 100644 --- a/r5dev/sdklauncher/sdklauncher.cpp +++ b/r5dev/sdklauncher/sdklauncher.cpp @@ -537,7 +537,7 @@ bool CLauncher::Setup(eLaunchMode lMode, const string& svCommandLine) } /////////////////////////////////////////////////////////////////////////////// -// Purpose: launhes the game with results from the setup +// Purpose: launches the game with results from the setup // Output : true on success, false otherwise /////////////////////////////////////////////////////////////////////////////// bool CLauncher::Launch() const