diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:38:03 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:43:32 +0000 |
commit | 65434e8701ab71c8bff8b0ac722d41b0592483dc (patch) | |
tree | 6970694ffae28089d60082bf1c5fe71a21a75336 /vcl/win | |
parent | 5bea199bae9986d7276a9b2379a577c6cea552ed (diff) |
Fix typos
Change-Id: I72db7ff99cde394bc161dfd835bfb0d9a47a53d1
Reviewed-on: https://gerrit.libreoffice.org/34780
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/window/salobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/window/salobj.cxx b/vcl/win/window/salobj.cxx index f21dfb7ade9d..808f6c85d764 100644 --- a/vcl/win/window/salobj.cxx +++ b/vcl/win/window/salobj.cxx @@ -509,7 +509,7 @@ SalObject* ImplSalCreateObject( WinSalInstance* pInst, WinSalFrame* pParent ) HWND hWndChild = nullptr; if ( hWnd ) { - // #135235# Explicitely stack SystemChildWindows in + // #135235# Explicitly stack SystemChildWindows in // the order they're created - since there's no notion // of zorder. SetWindowPos(hWnd,HWND_TOP,0,0,0,0, |