sw/source/uibase/docvw/AnnotationWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ea4feee03542c767e0b26beb888b63bc653878d Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Sep 22 17:12:41 2020 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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()) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
