From 1bf24c7daad1eb954dc160784802de58f9809fa1 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 7 Nov 2020 17:05:29 -0500 Subject: refactored setupInstance(), comments ok -> okay --- src/instancemanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/instancemanager.h') diff --git a/src/instancemanager.h b/src/instancemanager.h index d75a46f4..4f8b01c7 100644 --- a/src/instancemanager.h +++ b/src/instancemanager.h @@ -32,7 +32,7 @@ public: enum class SetupResults { // instance is ready to be used - Ok, + Okay, // error while reading the INI BadIni, @@ -337,7 +337,7 @@ private: // enum class SetupInstanceResults { - Ok, + Okay, TryAgain, SelectAnother, Exit @@ -348,7 +348,7 @@ enum class SetupInstanceResults // cancelled // // if there is at least one instance available, unconditionally show the -// instance manager dialog and returns the selected instnace or empty if the +// instance manager dialog and returns the selected instance or empty if the // user cancelled // std::optional selectInstance(); @@ -365,7 +365,7 @@ std::optional selectInstance(); // // - if the user cancels at any point, returns Exit // -// - if the instance has been set up correctly, returns Ok +// - if the instance has been set up correctly, returns Okay // SetupInstanceResults setupInstance(Instance& instance, PluginContainer& pc); -- cgit v1.3.1