X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa0af8ce541966c0d6f0eea75d29d2bdd054b652..08670ea85abf4b4946a9ce64971b591d7b1ee30b:/src/common/sysopt.cpp diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index 2f611918dd..8b117011d2 100644 --- a/src/common/sysopt.cpp +++ b/src/common/sysopt.cpp @@ -76,7 +76,7 @@ wxString wxSystemOptions::GetOption(const wxString& name) { val = gs_optionValues[idx]; } - else // not set explicitely + else // not set explicitly { // look in the environment: first for a variable named "wx_appname_name" // which can be set to affect the behaviour or just this application