]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/brush.h
Fix typo in wxOwnerDrawnComboBox ctor documentation.
[wxWidgets.git] / interface / wx / brush.h
index 4531a3e531d48a9d183548a5ff7261b346ae356f..44f9c89e205d748344b7f3ac9f5d07c2567fb3de 100644 (file)
@@ -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 <code>GetStyle() ==
         wxBRUSHSTYLE_TRANSPARENT</code> which would assert if the brush is
         invalid.