X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c77c3023000a616ed3ade33c46af69217d9b78e1..e2cb366f612460ba70fb12560c112fef2d8389dd:/include/wx/valtext.h diff --git a/include/wx/valtext.h b/include/wx/valtext.h index c5ca124b67..955a7f38f8 100644 --- a/include/wx/valtext.h +++ b/include/wx/valtext.h @@ -85,7 +85,7 @@ protected: // returns true if all characters of the given string are present in m_includes bool ContainsOnlyIncludedCharacters(const wxString& val) const; - // returns true if all characters of the given string are NOT present in m_excludes + // returns true if at least one character of the given string is present in m_excludes bool ContainsExcludedCharacters(const wxString& val) const; // returns the error message if the contents of 'val' are invalid