summaryrefslogtreecommitdiff
path: root/include/typelib
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:25:27 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:56:42 +0000
commitbcb402298f653146af672ecfca2381062d78c6f2 (patch)
treebb03e1bf54498aca8e52996c70482f207377cc4e /include/typelib
parent8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (diff)
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f Reviewed-on: https://gerrit.libreoffice.org/34804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/typelib')
-rw-r--r--include/typelib/typedescription.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index a8f842e366f8..c866ae88d614 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -158,7 +158,7 @@ typedef struct _typelib_StructTypeDescription
/**
Flags for direct members, specifying whether they are of parameterized
- type (true) or explict type (false).
+ type (true) or explicit type (false).
For a plain struct type, this is a null pointer.
*/
@@ -451,7 +451,7 @@ typedef struct _typelib_StructMember_Init
/**
Flag specifying whether the member is of parameterized type (true) or
- explict type (false).
+ explicit type (false).
*/
sal_Bool bParameterizedType;
} typelib_StructMember_Init;
@@ -913,7 +913,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_static_compound_type_init(
@param nMembers number of members
@param ppMembers member types
@param pParameterizedTypes flags for direct members, specifying whether they
- are of parameterized type (true) or explict type (false); must be null
+ are of parameterized type (true) or explicit type (false); must be null
for a plain struct type
@since UDK 3.2.0