diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-13 19:30:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-03-14 20:28:15 +0100 |
commit | 96cdb8e7b28ef50e77dc897763dd8b6df3d39d2a (patch) | |
tree | e42473198513ea1149df0c3fae3b913803e01655 /vcl | |
parent | d799436414ab7e28b6bf9a918fd3779b3fc85008 (diff) |
Fix typo
Change-Id: I3cdc41b937e6c974ab6f953b7a9a834328905b17
Reviewed-on: https://gerrit.libreoffice.org/51238
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/floatwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index ef3119d2a073..f7b68203b67c 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -389,7 +389,7 @@ Point FloatingWindow::ImplCalcPos( vcl::Window* pWindow, default: break; } - // no further adjustement for LibreOfficeKit + // no further adjustment for LibreOfficeKit if (bLOKActive) break; |