summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-12 19:49:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-12 23:08:51 +0200
commit4b6dcbbd4f4334538712b5d5140db6403b640cc6 (patch)
tree2b04181fbd70c314ae46395e04ef208de99030b2 /vcl/source
parent33e6b7d06cb6694d8a0dfa204b1d482f73ea75a4 (diff)
Fix typos
Change-Id: Ic1234560cf9bf646e5499f3192fb37f1d36a6010 Reviewed-on: https://gerrit.libreoffice.org/54165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 24a562925ff3..ce0be303d2e8 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -418,7 +418,7 @@ void Window::dispose()
bHasFocussedChild = true;
#if OSL_DEBUG_LEVEL > 0
OUString aTempStr = "Window (" + GetText() +
- ") with focussed child window destroyed ! THIS WILL LEAD TO CRASHES AND MUST BE FIXED !";
+ ") with focused child window destroyed ! THIS WILL LEAD TO CRASHES AND MUST BE FIXED !";
SAL_WARN( "vcl", aTempStr );
Application::Abort(aTempStr); // abort in debug build version, this must be fixed!
#endif