summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:05:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:23:52 +0100
commitf0b857310dd564356a6ff7854bdc42cb677989f9 (patch)
tree701b4f99e1e74d45f631b3a0906881c25bf57bb4 /stoc
parentecd855794b22c0f7e6fb2f362b566c4d9c5f624a (diff)
Fix typos
Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2 Reviewed-on: https://gerrit.libreoffice.org/47858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/implementationregistration/mergekeys.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/mergekeys.cxx b/stoc/source/implementationregistration/mergekeys.cxx
index df24ca697ec2..fd4368fbadc6 100644
--- a/stoc/source/implementationregistration/mergekeys.cxx
+++ b/stoc/source/implementationregistration/mergekeys.cxx
@@ -108,7 +108,7 @@ static void mergeKeys(
if (xSource->getKeyType( name ) == registry::RegistryKeyType_KEY)
{
- // try to open exisiting dest key or create new one
+ // try to open existing dest key or create new one
Reference< registry::XRegistryKey > xDestKey( xDest->createKey( name ) );
Reference< registry::XRegistryKey > xSourceKey( xSource->openKey( name ) );
mergeKeys( xDestKey, xSourceKey, links );