framework/qa/complex/loadAllDocuments/InteractionHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c70c9d787e824871fd7c57633fac409058f27a65 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:22:51 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jun 9 10:13:56 2019 +0200 Fix typo Change-Id: I4c35be2f4261bca19ebd1f100846f650e2af905e Reviewed-on: https://gerrit.libreoffice.org/73730 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/framework/qa/complex/loadAllDocuments/InteractionHandler.java b/framework/qa/complex/loadAllDocuments/InteractionHandler.java index fa2ddba9226f..24cf6a151f7b 100644 --- a/framework/qa/complex/loadAllDocuments/InteractionHandler.java +++ b/framework/qa/complex/loadAllDocuments/InteractionHandler.java @@ -95,7 +95,7 @@ public class InteractionHandler implements XInteractionHandler catch(com.sun.star.lang.IllegalArgumentException exArg) {} } - // try it again, but only if it wasn't tried to much before. + // try it again, but only if it wasn't tried too much before. if (xRetry != null) { synchronized(this) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
