svl/source/items/itemset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 216548a091c270bdc3048369991aebd82463cf34 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Dec 21 23:18:13 2023 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Thu Dec 21 23:34:12 2023 +0100 Fix typo Change-Id: I61077392776c6bc28410c29586fd8de85347b936 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161143 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index 12b97ba39d91..4a1c6351c7f3 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -55,7 +55,7 @@ static bool g_bItemClassicMode(getenv("ITEM_CLASSIC_MODE")); // I thought about this constructor a while, but when there is no // Item we need no cleanup at destruction (what we would need the // Pool for), so it is OK and makes default construction easier -// when no Pool is needed. The other constructors guanantee that +// when no Pool is needed. The other constructors guarantee that // there *cannot* be a state with Item set and Pool not set. IF // you change this class, ALWAYS ensure that this can not happen (!) SfxPoolItemHolder::SfxPoolItemHolder()