projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
VC warning fixes.
[wxWidgets.git]
/
src
/
common
/
regex.cpp
diff --git
a/src/common/regex.cpp
b/src/common/regex.cpp
index 896d2ad248d0ddb74fff668efab5078c17abc4a3..6f7d454e7723dbbfc9141a36ac6841e4a77225c7 100644
(file)
--- a/
src/common/regex.cpp
+++ b/
src/common/regex.cpp
@@
-296,7
+296,7
@@
bool wxRegExImpl::Matches(const wxChar *str, int flags) const
return true;
default:
- // an error occured
+ // an error occur
r
ed
wxLogError(_("Failed to match '%s' in regular expression: %s"),
str, GetErrorMsg(rc, !conv).c_str());
// fall through