diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:23:08 +0200 |
commit | bf888e249079fa7bb791041e0699eb7bd41de327 (patch) | |
tree | a59be8543b78eafc410feaf71bf18fbc9c4eb02e /svl | |
parent | f8cb50799e34b0adb0c36c392502deb7baf556c5 (diff) |
Fix typos
Change-Id: Ifa56c292559977577af45204f4cc8346e5706616
Reviewed-on: https://gerrit.libreoffice.org/77611
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itemset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index 75709c3f4072..1faf57230a58 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -55,7 +55,7 @@ sal_uInt16 Count_Impl( const sal_uInt16 *pRanges ) /** * Determines the total number of sal_uInt16s described in a 0-terminated - * array of pairs of sal_uInt16s, each representing an range of sal_uInt16s. + * array of pairs of sal_uInt16s, each representing a range of sal_uInt16s. */ sal_uInt16 Capacity_Impl( const sal_uInt16 *pRanges ) { |