svl/source/items/poolitem.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 775331abeeb478bec4943f0ec3a233f76dd83aaa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 6 20:17:14 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Feb 7 09:20:54 2025 +0100

    Fix typo
    
    Change-Id: I18b25eb81f557e92d3a19dec6a917a14649b8b73
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181223
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx
index 917a5e425a18..3bb040372f29 100644
--- a/svl/source/items/poolitem.cxx
+++ b/svl/source/items/poolitem.cxx
@@ -294,7 +294,7 @@ bool SfxPoolItem::areSame(const SfxPoolItem& rItem1, const 
SfxPoolItem& rItem2)
 namespace
 {
 // tdf#164745 make InvalidItem and DisabledItem two classes to
-// avoi d that op== sees them as equal
+// avoid that op== sees them as equal
 class InvalidItem final : public SfxPoolItem
 {
     virtual bool operator==(const SfxPoolItem&) const override { return true; }

Reply via email to