summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-01-01 15:49:56 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-01-01 15:49:56 +0100
commitd53e4cca094be3db55fe5c820ce8baf0320caf9c (patch)
tree14f515b907e8256055d0817a7598037328290e85 /dbaccess
parent982db648c4fb7b72ab2797ba2cca00e10ddf055d (diff)
Typos (comand -> command)
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ext/macromigration/migrationengine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx
index 99512571e71f..aa3fc5f505e6 100644
--- a/dbaccess/source/ext/macromigration/migrationengine.cxx
+++ b/dbaccess/source/ext/macromigration/migrationengine.cxx
@@ -1028,7 +1028,7 @@ namespace dbmm
else
{
Reference< XCommandProcessor > xCommandProcessor( aElement, UNO_QUERY );
- OSL_ENSURE( xCommandProcessor.is(), "lcl_collectHierarchicalElementNames_throw: no container, and no comand processor? What *is* it, then?!" );
+ OSL_ENSURE( xCommandProcessor.is(), "lcl_collectHierarchicalElementNames_throw: no container, and no command processor? What *is* it, then?!" );
if ( xCommandProcessor.is() )
{
_out_rDocs.push_back( SubDocument( xCommandProcessor, sElementName, _eType, ++_io_counter ) );