summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:13:24 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-30 10:39:51 +0000
commit835d7774e78df95d0c59243b6c1b8ed1b51b2311 (patch)
tree7cf5afe1fcf82999551a8a9911bcc4fa33493b9d /vcl/source/window/floatwin.cxx
parentf45ac62a20b80033a7f5ccdef4a6c116b6fece24 (diff)
Fix typos
Change-Id: I2cf36eb80068adcf57238a286f09bdc96b4e01f8 Reviewed-on: https://gerrit.libreoffice.org/18994 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/floatwin.cxx')
-rw-r--r--vcl/source/window/floatwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 80c8f0c971c0..c470f754d004 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -72,7 +72,7 @@ void FloatingWindow::ImplInit( vcl::Window* pParent, WinBits nStyle )
DBG_ASSERT(pParent, "FloatWindow::FloatingWindow(): - pParent == NULL and no AppWindow exists");
- // no Border, then we dont need a border window
+ // no Border, then we don't need a border window
if (!nStyle)
{
mpWindowImpl->mbOverlapWin = true;