summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 21:44:45 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-20 09:03:09 +0200
commite0acc90f3748a0973198cc2eb23ef1779ef84d3b (patch)
treedadc2cd8811657ebfb8e1a3b1689f2c4273bb4ec /sfx2/qa
parent4b317a704268ba03700c50255dd6fded278c81ba (diff)
Fix typos
Change-Id: I2b21ba71cd555a88e015871e4f6f5a7747615520 Reviewed-on: https://gerrit.libreoffice.org/77763 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/sfx2/UndoManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
index 838958fc1ebf..7e438e852e71 100644
--- a/sfx2/qa/complex/sfx2/UndoManager.java
+++ b/sfx2/qa/complex/sfx2/UndoManager.java
@@ -654,7 +654,7 @@ public class UndoManager
m_currentTestCase.verifySingleModificationDocumentState();
// undo the modification, ensure the listener got the proper notifications
- assertEquals( "We did not yet do a undo!", 0, m_undoListener.getUndoActionCount() );
+ assertEquals( "We did not yet do an undo!", 0, m_undoListener.getUndoActionCount() );
i_undoManager.undo();
assertEquals( "A simple undo does not result in the proper Undo count.",
1, m_undoListener.getUndoActionCount() );