diff options
Diffstat (limited to 'vcl/test/dndtest.cxx')
-rw-r--r-- | vcl/test/dndtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/test/dndtest.cxx b/vcl/test/dndtest.cxx index 1dad0ee95e0d..b7ac8b763b59 100644 --- a/vcl/test/dndtest.cxx +++ b/vcl/test/dndtest.cxx @@ -341,7 +341,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" ); } // ----------------------------------------------------------------------- |