summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testregistry.cxx2
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");