vcl/source/window/floatwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 96cdb8e7b28ef50e77dc897763dd8b6df3d39d2a Author: Andrea Gelmini <[email protected]> Date: Tue Mar 13 19:30:13 2018 +0100 Fix typo Change-Id: I3cdc41b937e6c974ab6f953b7a9a834328905b17 Reviewed-on: https://gerrit.libreoffice.org/51238 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
