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.