From b55259eeb549482477c57d854f3de72aff345edb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 20 Dec 2013 11:25:37 +0100 Subject: typo fixes Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9 --- svl/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/README b/svl/README index c2cca3f58a2e..1eb3d80e8bf9 100644 --- a/svl/README +++ b/svl/README @@ -39,7 +39,7 @@ The item set can be created with a user-supplied range of WhichIds; it will accept SfxPoolItems with matching WhichIds and ignore attempts to insert items with non-matching WhichIds. -Items that are succesfully inserted into the set will be stored in the +Items that are successfully inserted into the set will be stored in the set's SfxItemPool, and for poolable items only a single instance that compares equal under the predicate operator== will be stored in the pool, regardless of how many sets contain it, thus conserving memory. -- cgit