diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 896d4c73ed..6af7f8ba80 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -1247,7 +1247,7 @@ public: Called whenever validation has failed with given pending value. @remarks If you implement this in your custom property class, please - remember to call the baser implementation as well, since they + remember to call the base implementation as well, since they may use it to revert property into pre-change state. */ virtual void OnValidationFailure( wxVariant& pendingValue );