]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sysopt.cpp
Update version to 2.9.4 in version.bkl too and rebake everything.
[wxWidgets.git] / src / common / sysopt.cpp
index 2f611918dd8e68a8dde26bf596c4f1ddc9706bd4..8b117011d243d5f1748f2dfc64ea07abe8d5619a 100644 (file)
@@ -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