diff options
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/svptest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/svptest.cxx b/vcl/workben/svptest.cxx index 2ebea2dc44c3..f4f321f2fdc5 100644 --- a/vcl/workben/svptest.cxx +++ b/vcl/workben/svptest.cxx @@ -323,7 +323,7 @@ void MyWin::Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) aLineColor = approachColor(aLineColor, aApproachColor); rRenderContext.SetLineColor(aLineColor); - // switch aproach color + // switch approach color if (aApproachColor.IsRGBEqual(aLineColor)) { if (aApproachColor.GetRed()) |