summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-10 19:15:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-10 20:48:40 +0100
commit0ab209bf29e2e6a250a2f65cf9ffe7e07e58eeaa (patch)
treefcbf544276b9b68bcf3454e6640e9fd844593714 /sw
parentc45ec648dc4cbb28643b4d80ad3361eea7234d6c (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.cxx2
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;
}