From e8395fb88cd78639ed261a75c9c35f2eebd3c4a1 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sat, 9 Mar 2019 18:41:26 +0100 Subject: [PATCH] Fix typo in documentation --- interface/wx/propgrid/property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );