diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-10 16:56:27 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-12 08:54:29 +0200 |
commit | 31944b14c3e998a37a0bb3dff300f4460c322183 (patch) | |
tree | 354ab35edd777766355dd4997e532efd987b506f /framework/qa | |
parent | 725b744c8c1ebf87c5a35aff7f99e74a589e929a (diff) |
Fix typo
Change-Id: Ic079b52586850d3742a9db6755b2faa2862fd60b
Reviewed-on: https://gerrit.libreoffice.org/73851
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 67bda08879cf..5c95e3bdc659 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -162,7 +162,7 @@ public class RecoveryTest extends ComplexTestCase { catch ( com.sun.star.container.NoSuchElementException e){} catch ( com.sun.star.lang.WrappedTargetException e){} - String msg ="The amount of documents to recover is different form the expected amount:\n"; + String msg ="The amount of documents to recover is different from the expected amount:\n"; msg += "\texpected:\t" + expectedDocumentCount + "\n"; msg += "\tto recover:\t" + documentCount; @@ -243,7 +243,7 @@ public class RecoveryTest extends ComplexTestCase { String[] documents = oUITools.getListBoxItems("The following files will be recovered"); log.println("there are " + documents.length + " documents to save"); - String msg ="The amount of documents to recover is different form the expected amount:\n"; + String msg ="The amount of documents to recover is different from the expected amount:\n"; msg += "\texpected:\t" + expectedDocumentCount + "\n"; msg += "\tto recover:\t" + documents.length; @@ -338,7 +338,7 @@ public class RecoveryTest extends ComplexTestCase { log.println(documents[i]); } - String msg ="The amount of documents to recover is different form the expected amount:\n"; + String msg ="The amount of documents to recover is different from the expected amount:\n"; msg += "\texpected:\t" + expectedDocumentCount + "\n"; msg += "\tto recover:\t" + documents.length; |