]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/control.h
Overhaul the wxWebView documentation. Split the documentation into sections and add...
[wxWidgets.git] / interface / wx / ribbon / control.h
index 8c63afe0dea00a2874e6e4bbae396c3cc4984a73..8f497ef6145721a6079b15a418bf921c653c2a1c 100644 (file)
@@ -10,8 +10,8 @@
     @class wxRibbonControl
 
     wxRibbonControl serves as a base class for all controls which share the
-    ribbon charactertics of having a ribbon art provider, and (optionally)
-    non-continous resizing. Despite what the name may imply, it is not the
+    ribbon characteristics of having a ribbon art provider, and (optionally)
+    non-continuous resizing. Despite what the name may imply, it is not the
     top-level control for creating a ribbon interface - that is wxRibbonBar.
   
     Ribbon controls often have a region which is "transparent", and shows the
@@ -106,7 +106,7 @@ public:
     
     /**
         If sizing is not continuous, then return a suitable size for the control
-        which is larger then the current size.
+        which is larger than the current size.
     
         @param direction
             The direction(s) in which the size should increase.
@@ -121,7 +121,7 @@ public:
     
     /**
         If sizing is not continuous, then return a suitable size for the control
-        which is larger then the given size.
+        which is larger than the given size.
     
         @param direction
             The direction(s) in which the size should increase.