summaryrefslogtreecommitdiff
path: root/svl/README
diff options
context:
space:
mode:
Diffstat (limited to 'svl/README')
-rw-r--r--svl/README2
1 files changed, 1 insertions, 1 deletions
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.