X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac8d0c118b7403e2838e75124b442051299e6f6c..b3900fb51a62b416526e36bba8002e3dc05eba28:/include/wx/validate.h

diff --git a/include/wx/validate.h b/include/wx/validate.h
index 1888c52eb1..e5a921100a 100644
--- a/include/wx/validate.h
+++ b/include/wx/validate.h
@@ -86,7 +86,7 @@ WXDLLEXPORT_DATA(extern const wxValidator) wxDefaultValidator;
 #define wxVALIDATOR_PARAM(val) val
 
 #else // !wxUSE_VALIDATORS
-    // wxWindows is compiled without support for wxValidator, but we still
+    // wxWidgets is compiled without support for wxValidator, but we still
     // want to be able to pass wxDefaultValidator to the functions which take
     // a wxValidator parameter to avoid using "#if wxUSE_VALIDATORS"
     // everywhere