From bf888e249079fa7bb791041e0699eb7bd41de327 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 21:40:44 +0200 Subject: Fix typos Change-Id: Ifa56c292559977577af45204f4cc8346e5706616 Reviewed-on: https://gerrit.libreoffice.org/77611 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') 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 ) { -- cgit