summaryrefslogtreecommitdiffstats
path: root/include/registry
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-11 22:25:12 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-14 22:28:57 +0200
commitea0e75fd027759ede021168745ad4e1688aa3183 (patch)
treefe57d294219157d832d0ea725b2834ed323a1bef /include/registry
parentSimplify OUString concatenation (diff)
downloadcore-ea0e75fd027759ede021168745ad4e1688aa3183.tar.gz
core-ea0e75fd027759ede021168745ad4e1688aa3183.zip
Fix typo
Change-Id: I799b1231371cb50f0b66ed85fff123a2a7c57a72 Reviewed-on: https://gerrit.libreoffice.org/75595 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/regtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/regtype.h b/include/registry/regtype.h
index 4677cbe33ecd..6c1b71f46bc7 100644
--- a/include/registry/regtype.h
+++ b/include/registry/regtype.h
@@ -120,7 +120,7 @@ enum class SAL_DLLPUBLIC_RTTI RegError
SET_VALUE_FAILED,
/// deleting of the key value failed.
DELETE_VALUE_FAILED,
- /// the key has a invalid value or the value type is unknown.
+ /// the key has an invalid value or the value type is unknown.
INVALID_VALUE,
/// merging a key, the value and all subkeys failed.