summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppController.cxx')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index 5a4c1a28282a..374cad94aead 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2480,7 +2480,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
if ( !pView || pView->getElementType() == E_NONE )
{
OSL_FAIL("OApplicationController::executeDrop: what the hell did queryDrop do?");
- // queryDrop shoud not have allowed us to reach this situation ....
+ // queryDrop should not have allowed us to reach this situation ....
return DND_ACTION_NONE;
}