spelling: initialize

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-10-30 14:41:19 -04:00
parent 27bb96b61c
commit b0a584d5ee

View File

@@ -327,7 +327,7 @@ void run_settings_window()
settings_isUserAnAdmin = L"false";
}
// create general settings file to initialze the settings file with installation configurations like :
// create general settings file to initialize the settings file with installation configurations like :
// 1. Run on start up.
PTSettingsHelper::save_general_settings(save_settings.to_json());