X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40df8a51f2d922237dd11a5ff14532ea744027b7..404b319a85dadd7decf7a5a5331020520031a41c:/src/ribbon/buttonbar.cpp?ds=sidebyside diff --git a/src/ribbon/buttonbar.cpp b/src/ribbon/buttonbar.cpp index 5dcb021491..7e2b3bc43a 100644 --- a/src/ribbon/buttonbar.cpp +++ b/src/ribbon/buttonbar.cpp @@ -945,7 +945,7 @@ bool wxRibbonButtonBar::TryCollapseLayout(wxRibbonButtonBarLayout* original, // If height isn't preserved (i.e. it is reduced), then the minimum // size for the button bar will decrease, preventing the original // layout from being used (in some cases). - // It may be a good idea to always preverse the height, but for now + // It may be a good idea to always preserve the height, but for now // it is only done when the first button is involved in a collapse. preserve_height = true; }