]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / msw / regconf.cpp
index b8198a80e078bb6d7fc905e1e7910b0e3384f463..9954bc4503117a9c5b2c947bb4f9ab59b3975938 100644 (file)
@@ -79,7 +79,7 @@ wxRegConfig::wxRegConfig(const wxString& appName, const wxString& vendorName,
   bool bDoUseGlobal = (style & wxCONFIG_USE_GLOBAL_FILE) != 0;
 
   // the convention is to put the programs keys under <vendor>\<appname>
-  // (but it can be overridden by specifying the pathes explicitly in strLocal
+  // (but it can be overridden by specifying the paths explicitly in strLocal
   // and/or strGlobal)
   if ( strLocal.empty() || (strGlobal.empty() && bDoUseGlobal) )
   {