summaryrefslogtreecommitdiff
path: root/stoc/test/testcorefl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testcorefl.cxx')
-rw-r--r--stoc/test/testcorefl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx
index 4a1313ffd762..55f303b2d1ef 100644
--- a/stoc/test/testcorefl.cxx
+++ b/stoc/test/testcorefl.cxx
@@ -373,7 +373,7 @@ SAL_IMPLEMENT_MAIN()
OUString( "/singletons/com.sun.star.reflection.theCoreReflection") )
>>= xRefl;
OSL_ENSURE(
- xRefl.is(), "### CoreReflection singleton not accessable!?" );
+ xRefl.is(), "### CoreReflection singleton not accessible!?" );
bSucc = test_corefl( xRefl );