summaryrefslogtreecommitdiff
path: root/vcl
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
parent70e4329d0479305f16158a63878f335ee9232a5e (diff)
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/window.hxx2
-rw-r--r--vcl/test/dndtest.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx
index 04bd8299a317..43e232dab55c 100644
--- a/vcl/inc/vcl/window.hxx
+++ b/vcl/inc/vcl/window.hxx
@@ -784,7 +784,7 @@ public:
Currently only mouse events get this special treatment.
- Use this sparingly, chances are if you want to use it you're wroking around
+ Use this sparingly, chances are if you want to use it you're working around
the real problem.
@param bCall
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" );
}
// -----------------------------------------------------------------------