X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69aa257b8391b5c05d5ba70f0587c696347b048a..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/ribbon/toolbar.h diff --git a/interface/wx/ribbon/toolbar.h b/interface/wx/ribbon/toolbar.h index 0e397cc5f3..1a35d7e3d6 100644 --- a/interface/wx/ribbon/toolbar.h +++ b/interface/wx/ribbon/toolbar.h @@ -138,7 +138,7 @@ public: Add a separator to the tool bar. Separators are used to separate tools into groups. As such, a separator - is not explicity drawn, but is visually seen as the gap between tool + is not explicitly drawn, but is visually seen as the gap between tool groups. */ virtual wxRibbonToolBarToolBase* AddSeparator(); @@ -147,7 +147,7 @@ public: Set the number of rows to distribute tool groups over. Tool groups can be distributed over a variable number of rows. The way - in which groups are assigned to rows is not specificed, and the order + in which groups are assigned to rows is not specified, and the order of groups may change, but they will be distributed in such a way as to minimise the overall size of the tool bar.