summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-17 10:56:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-19 10:00:36 +0100
commit14f63820d0c0a68b46e4a19edcf9aadab6ad23d8 (patch)
treec3615fd43161422349cdc3ec0d0ae72250dfed84 /cppu
parent189f4d3b3ee5807e1140b6c417a3b2687dfdd2a3 (diff)
Fix typo
Change-Id: I0ec220642295bd5a855ac38d8e5f721a20351836 Reviewed-on: https://gerrit.libreoffice.org/66633 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/typelib/typelib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 9b288fabfd22..98475dc738ff 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -102,7 +102,7 @@ static sal_Int32 getDescriptionSize( typelib_TypeClass eTypeClass )
sal_Int32 nSize;
// The reference is the description
- // if the description is empty, than it must be filled with
+ // if the description is empty, then it must be filled with
// the new description
switch( eTypeClass )
{