include/registry/regtype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ea0e75fd027759ede021168745ad4e1688aa3183 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 11 22:25:12 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
