diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 10:21:12 +0100 |
commit | 862a0dbb45cc403816c437cd590b9e5c6c5b9845 (patch) | |
tree | f82720bb277920142b48df5755713842deaaedee /registry | |
parent | b8031a321b2eaf640e3cdee506056c12c065d03d (diff) |
Fix typo
Change-Id: Ib8cbd86cfc31fb02e2d596ae4f956ac03dde0d1e
Reviewed-on: https://gerrit.libreoffice.org/84488
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/reflwrit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |