]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/regex.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / src / common / regex.cpp
index 896d2ad248d0ddb74fff668efab5078c17abc4a3..6f7d454e7723dbbfc9141a36ac6841e4a77225c7 100644 (file)
@@ -296,7 +296,7 @@ bool wxRegExImpl::Matches(const wxChar *str, int flags) const
             return true;
 
         default:
-            // an error occured
+            // an error occurred
             wxLogError(_("Failed to match '%s' in regular expression: %s"),
                        str, GetErrorMsg(rc, !conv).c_str());
             // fall through