From 9ceb10f40fa088149068729d18932117db8f9743 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 1 Aug 2021 11:55:47 +0200 Subject: [PATCH] typo fix --- AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs index 6fb7e8e..51c96a8 100644 --- a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs +++ b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs @@ -1144,7 +1144,7 @@ namespace AM2RLauncher // clean up Directory.Delete(tmpPath, true); - // if we didn't exist before, everything is fine + // if we didn't exit before, everything is fine return IsZipAM2R11ReturnCodes.Successful; }