From c08b8c6f6d126647b8c7163367c93d3fb9d3c3fc Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 8 Jul 2016 19:51:58 +0200 Subject: [PATCH] Fixed minor typo in comment. --- include/wx/propgrid/property.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index 35b4451a2c..4d3b6f002f 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -1527,8 +1527,8 @@ public: // Hides or reveals the property. // hide - true for hide, false for reveal. - // flags - By default changes are applied recursively. Set this paramter - // wxPG_DONT_RECURSE to prevent this. + // flags - By default changes are applied recursively. Set this + // parameter to wxPG_DONT_RECURSE to prevent this. bool Hide( bool hide, int flags = wxPG_RECURSE ); // Returns true if property has visible children.