summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
commit94477cb5fb6e982035867b198eee7cfa8622c5e3 (patch)
tree79993199790f269b260968eb07cb91e3b1291cc9 /stoc/test
parent3a014901fdc4134f4fae669b66b154b1137c2352 (diff)
Fix typo accessable/accessible
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
Diffstat (limited to 'stoc/test')
-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 );