summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:35:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:36:05 +0200
commit38719c3341bf4244fcaf835a3933c922e9153251 (patch)
treeefb9cffdc88dd3e87a13e6eda5df2f275de485cc /registry
parent3cbada0fb862a533eb70d714900674d16f9b4054 (diff)
Fix typos
Change-Id: Ia40e7a9031ae5a8385a84f177a9444f4d4f348b4 Reviewed-on: https://gerrit.libreoffice.org/77302 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'registry')
-rw-r--r--registry/test/testregcpp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/test/testregcpp.cxx b/registry/test/testregcpp.cxx
index fa038c19d4d6..064eb40137a2 100644
--- a/registry/test/testregcpp.cxx
+++ b/registry/test/testregcpp.cxx
@@ -152,7 +152,7 @@ void test_coreReflection()
aReadConst = reader.getFieldConstValue(10);
OString aConstStr = OUStringToOString(aConst.m_value.aString, RTL_TEXTENCODING_ASCII_US);
- REG_ENSURE(aConstStr.equals("this is an unicode string"), "testCoreReflection error 9b");
+ REG_ENSURE(aConstStr.equals("this is a unicode string"), "testCoreReflection error 9b");
}
}