diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 20:34:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-20 09:50:59 +0200 |
commit | 1618a3cee763fe9c3393e0511244547674bdd264 (patch) | |
tree | 86bbf8035fb94771ab82a30cc96d26bd3b44a220 /dtrans/test | |
parent | f3b3ccb8cc66aca992bb1cccf8ea29b879547701 (diff) |
Fix typos
Change-Id: Iac38284daf0196d6a7f29aaa6e2103c1d76d7cc4
Reviewed-on: https://gerrit.libreoffice.org/77755
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans/test')
-rw-r--r-- | dtrans/test/win32/dnd/atlwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/test/win32/dnd/atlwindow.cxx b/dtrans/test/win32/dnd/atlwindow.cxx index 95aca10e75fc..0d8d5d77646a 100644 --- a/dtrans/test/win32/dnd/atlwindow.cxx +++ b/dtrans/test/win32/dnd/atlwindow.cxx @@ -45,7 +45,7 @@ DWORD WINAPI MTAFunc(LPVOID pParams); char* szSTAWin= "XDragSource::executeDrag is called from the same " "OLE STA thread that created the window."; -char* szMTAWin= "XDragSource::executeDrag is called from a MTA thread " +char* szMTAWin= "XDragSource::executeDrag is called from an MTA thread " "that did not create the window."; WNDPROC wpOrigEditProc; |