diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-25 12:25:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-25 15:07:00 +0100 |
commit | 19f8a979ff86be39a3938b3d7b25c1431191e708 (patch) | |
tree | 7e947589925f592fd030e6b41ad49cf318b54080 /stoc | |
parent | 6976600c66e7671ab42188effc18e9988468e9cf (diff) |
Fix typos
Change-Id: I31741b4f42fcc7e58d383e204f3e305b9de1a4c4
Reviewed-on: https://gerrit.libreoffice.org/48248
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testregistry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx index 95484f117522..6e74998c7980 100644 --- a/stoc/test/testregistry.cxx +++ b/stoc/test/testregistry.cxx @@ -636,7 +636,7 @@ void test_DefaultRegistry( // shutdown Reference< css::lang::XComponent > xComp( rSMgr, UNO_QUERY ); - OSL_ENSURE( xComp.is(), "### serivce manager has to implement XComponent!" ); + OSL_ENSURE( xComp.is(), "### service manager has to implement XComponent!" ); xComp->dispose(); printf("Test DefaultRegistry, OK!\n"); |