X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b78a53aca02d92b3334b40a94a322d467c75372c..a4e5e0b90cd1213e9281843560b6979f37e20756:/src/msw/button.cpp diff --git a/src/msw/button.cpp b/src/msw/button.cpp index 433a71e73d..10bb135fb5 100644 --- a/src/msw/button.cpp +++ b/src/msw/button.cpp @@ -518,7 +518,7 @@ WXDWORD wxButton::MSWGetStyle(long style, WXDWORD *exstyle) const ); // we must use WS_CLIPSIBLINGS with the buttons or they would draw over - // each other in any resizeable dialog which has more than one button in + // each other in any resizable dialog which has more than one button in // the bottom msStyle |= WS_CLIPSIBLINGS;