sw/source/core/undo/docundo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0ab209bf29e2e6a250a2f65cf9ffe7e07e58eeaa Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 10 19:15:13 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 10 20:48:40 2021 +0100 Fix typo Change-Id: I907bf195997df7aab8679193512bc76d6be46cfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125009 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/undo/docundo.cxx b/sw/source/core/undo/docundo.cxx index 20c6c6c46c95..0a2b145362f4 100644 --- a/sw/source/core/undo/docundo.cxx +++ b/sw/source/core/undo/docundo.cxx @@ -362,7 +362,7 @@ bool UndoManager::IsViewUndoActionIndependent(const SwView* pView) const { if (GetUndoActionCount() <= 1 || SdrUndoManager::GetRedoActionCount() > 0) { - // Single or less undo, owned by an other view; or redo actions that might depend on the + // Single or less undo, owned by another view; or redo actions that might depend on the // current undo order. return false; }