]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stdpbase.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / src / common / stdpbase.cpp
index 7543b42155f041b4d444e0fbee64330bb960ccfb..5c104c2fe929238982aa18854bc72d439e1c145d 100644 (file)
@@ -75,7 +75,7 @@ wxString wxStandardPathsBase::AppendAppName(const wxString& dir)
 {
     wxString subdir(dir);
 
-    // empty string indicates that an error has occured, don't touch it then
+    // empty string indicates that an error has occurred, don't touch it then
     if ( !subdir.empty() )
     {
         const wxString appname = wxTheApp->GetAppName();