summaryrefslogtreecommitdiffstats
path: root/vcl/test
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
commit1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch)
tree42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /vcl/test
parentfdo#60724 successfull -> successful (diff)
downloadcore-1264480bc32e8dbadd654a0a014e8045c57d1ae4.tar.gz
core-1264480bc32e8dbadd654a0a014e8045c57d1ae4.zip
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'vcl/test')
-rw-r--r--vcl/test/dndtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/test/dndtest.cxx b/vcl/test/dndtest.cxx
index b2cf7ada6761..f99e4cbf2bc4 100644
--- a/vcl/test/dndtest.cxx
+++ b/vcl/test/dndtest.cxx
@@ -333,7 +333,7 @@ void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEven
void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeException)
{
- printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSuccess ? "sucess" : "failed" );
+ printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSuccess ? "success" : "failed" );
}
// -----------------------------------------------------------------------