diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-07 14:37:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-07 14:37:13 +0300 |
commit | 3097a60e97b1070f9a0c6aa4202c7aeeec17954b (patch) | |
tree | 9b2c23140b849d1a180c0fb7f7852e8ec2c1bfa8 /vcl | |
parent | 33de79f434bdeab591dd8146cad12657d2e8ad34 (diff) |
Fix some misspellings
Change-Id: I564b4df26c45c035f455ecf6db573b25c5eb4699
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 4ae768325380..944960931869 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -446,7 +446,7 @@ Point FloatingWindow::ImplCalcPos( vcl::Window* pWindow, Rectangle( e1, e2 ); } - // caller expects cordinates relative to top-level win + // caller expects coordinates relative to top-level win return pW->OutputToScreenPixel( aPos ); } |