X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6777e6575eaf7bf47b72c5910e5a4b31efd97a1..419b20032b432c64c03c0556b660fa40df499c89:/interface/wx/brush.h diff --git a/interface/wx/brush.h b/interface/wx/brush.h index 4531a3e531..44f9c89e20 100644 --- a/interface/wx/brush.h +++ b/interface/wx/brush.h @@ -201,7 +201,7 @@ public: A transparent brush is simply a brush with wxBRUSHSTYLE_TRANSPARENT style. - Notice that this function works even for non-initialized brushs (for + Notice that this function works even for non-initialized brushes (for which it returns @false) unlike tests of the form GetStyle() == wxBRUSHSTYLE_TRANSPARENT which would assert if the brush is invalid.