[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 22 17:39:07 UTC 2020
sw/source/uibase/docvw/AnnotationWin.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8ea4feee03542c767e0b26beb888b63bc653878d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Sep 22 17:12:41 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 22 19:38:25 2020 +0200
Fix typo
Change-Id: Ib7e7fe2181a23276eae25f0cf37f80be17dad588
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103181
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/uibase/docvw/AnnotationWin.cxx b/sw/source/uibase/docvw/AnnotationWin.cxx
index cc29dff12090..2ed76eb300dd 100644
--- a/sw/source/uibase/docvw/AnnotationWin.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin.cxx
@@ -285,7 +285,7 @@ bool SwAnnotationWin::IsResolved() const
bool SwAnnotationWin::IsThreadResolved()
{
/// First Get the top note
- // then itereate downwards checking resolved status
+ // then iterate downwards checking resolved status
SwAnnotationWin *pTopNote, *TopNote;
pTopNote = TopNote = GetTopReplyNote();
if (!pTopNote->IsResolved())
More information about the Libreoffice-commits
mailing list