diff options
Diffstat (limited to 'vcl/source/window/status.cxx')
-rw-r--r-- | vcl/source/window/status.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx index 8cc26fa95146..e5ba91043c53 100644 --- a/vcl/source/window/status.cxx +++ b/vcl/source/window/status.cxx @@ -1348,7 +1348,7 @@ void StatusBar::SetProgressValue( sal_uInt16 nNewPercent ) if (bInvalidate) { - // Rate limit how often we paint, otherwise in some loading scenerios we can spend significant + // Rate limit how often we paint, otherwise in some loading scenarios we can spend significant // time just painting progress bars. sal_uInt32 nTime_ms = osl_getGlobalTimer(); if ((nTime_ms - mnLastProgressPaint_ms) > 100) |