diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index f2c413de8478..f26561cf0890 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -695,7 +695,7 @@ void PushButton::ImplDrawPushButtonFrame(vcl::RenderContext& rRenderContext, StyleSettings aStyleSettings = aSettings.GetStyleSettings(); if (nStyle & DrawButtonFlags::Highlight) { - // with the custom background, native highlight do nothing, so code bellow mimic + // with the custom background, native highlight do nothing, so code below mimic // native highlight by changing luminance Color controlBackgroundColorHighlighted = GetControlBackground(); sal_uInt8 colorLuminance = controlBackgroundColorHighlighted.GetLuminance();