diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-01-01 15:49:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-01-01 15:49:56 +0100 |
commit | d53e4cca094be3db55fe5c820ce8baf0320caf9c (patch) | |
tree | 14f515b907e8256055d0817a7598037328290e85 /dbaccess/source/ext | |
parent | 982db648c4fb7b72ab2797ba2cca00e10ddf055d (diff) |
Typos (comand -> command)
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
Diffstat (limited to 'dbaccess/source/ext')
-rw-r--r-- | dbaccess/source/ext/macromigration/migrationengine.cxx | 2 |
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 ) ); |