X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/694f70fa9c0cc8889c208020bf75b2e3861f6818..f3cb0d85b4e032cacaca960fc5cf3573ac75bbfc:/contrib/utils/convertrc/rc2wxr.cpp diff --git a/contrib/utils/convertrc/rc2wxr.cpp b/contrib/utils/convertrc/rc2wxr.cpp index af389830d1..43b2de08cb 100644 --- a/contrib/utils/convertrc/rc2wxr.cpp +++ b/contrib/utils/convertrc/rc2wxr.cpp @@ -399,7 +399,7 @@ wxFprintf(m_wxr,_T("[8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']], -bool rc2wxr::Seperator(int ch) +bool rc2wxr::Separator(int ch) { @@ -513,7 +513,7 @@ return tok; -while (Seperator(ch)) +while (Separator(ch)) { @@ -541,7 +541,7 @@ m_done=true; -while (!Seperator(ch)) +while (!Separator(ch)) {