From 61d83f29d9f80c181e31b9a0c4f9f74902492f15 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jul 2019 22:25:13 +0000 Subject: Fix typo Change-Id: I714e9cf9eb99deb5ad4a0870cc0838dcf4374fb5 Reviewed-on: https://gerrit.libreoffice.org/75594 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/registry/registry.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/registry') diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx index e678a118f369..200d91b4f426 100644 --- a/include/registry/registry.hxx +++ b/include/registry/registry.hxx @@ -464,7 +464,7 @@ public: sal_Char** pValueList, sal_uInt32 len); - /** sets an unicode string list value of a key. + /** sets a unicode string list value of a key. @param keyName specifies the name of the key which value will be set. If keyName is an empty string, the value will be set for the key @@ -551,7 +551,7 @@ public: public: /// @cond INTERNAL - /** Constructor, which initialize a RegistryKey with registry and an valid key handle. + /** Constructor, which initialize a RegistryKey with registry and a valid key handle. This constructor is internal only. */ -- cgit