registry/source/reflwrit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 862a0dbb45cc403816c437cd590b9e5c6c5b9845 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 4 20:22:31 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 5 10:21:12 2019 +0100 Fix typo Change-Id: Ib8cbd86cfc31fb02e2d596ae4f956ac03dde0d1e Reviewed-on: https://gerrit.libreoffice.org/84488 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx index 0a985ff4b4d4..93cee0697381 100644 --- a/registry/source/reflwrit.hxx +++ b/registry/source/reflwrit.hxx @@ -46,7 +46,7 @@ public: @param typeName specifies the full qualified type name with '/' as separator. @param superTypeName specifies the full qualified type name of the base type with '/' as separator. - @param fieldCount specifies the number of fields (eg. number of attrbutes/properties, + @param fieldCount specifies the number of fields (eg. number of attributes/properties, enum values or constants). */ RegistryTypeWriter(RTTypeClass RTTypeClass, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
