sw/source/core/tox/tox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b34e4f8e90ee129920e079418e258d975614795
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 14 19:17:50 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Jan 15 09:35:38 2024 +0100

    Fix typo
    
    Change-Id: I1f1741619c26504d44105809bc2deccfe03abaf1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162054
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi  <20001...@ymail.ne.jp>

diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index 8f5e7b9569d0..bdbe4ae8cbb5 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -156,7 +156,7 @@ bool SwTOXMark::operator==( const SfxPoolItem& rAttr ) const
     // content), but we came to the point that it's only safe to say
     // instances are equal when same instance -> fallback to ptr compare.
     // NOTE: Do *not* use areSfxPoolItemPtrsEqual here, with DBG_UTIL
-    //   active the contol/test code there would again call operator==
+    //   active the control/test code there would again call operator==
     return this == &rAttr;
 }
 

Reply via email to