framework/qa/complex/framework/recovery/RecoveryTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 31944b14c3e998a37a0bb3dff300f4460c322183 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jun 10 16:56:27 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 12 08:54:29 2019 +0200 Fix typo Change-Id: Ic079b52586850d3742a9db6755b2faa2862fd60b Reviewed-on: https://gerrit.libreoffice.org/73851 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
