diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-10 19:15:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-10 20:48:40 +0100 |
commit | 0ab209bf29e2e6a250a2f65cf9ffe7e07e58eeaa (patch) | |
tree | fcbf544276b9b68bcf3454e6640e9fd844593714 /sw | |
parent | c45ec648dc4cbb28643b4d80ad3361eea7234d6c (diff) |
Fix typo
Change-Id: I907bf195997df7aab8679193512bc76d6be46cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125009
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/undo/docundo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |