[Libreoffice-commits] core.git: include/registry
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 14 20:29:53 UTC 2019
include/registry/regtype.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ea0e75fd027759ede021168745ad4e1688aa3183
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:12 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 14 22:28:57 2019 +0200
Fix typo
Change-Id: I799b1231371cb50f0b66ed85fff123a2a7c57a72
Reviewed-on: https://gerrit.libreoffice.org/75595
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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.
More information about the Libreoffice-commits
mailing list