[Libreoffice-commits] core.git: framework/qa

Andrea Gelmini andrea.gelmini at gelma.net
Thu Dec 14 00:42:23 UTC 2017


 framework/qa/complex/dispatches/checkdispatchapi.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26d2b9d616e08c481d463c0696eca7a3bab54c98
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Dec 1 22:21:45 2017 +0100

    Fix typo
    
    Change-Id: I34d41941ef0ba20bca604b7caed80a2d0b6ac129
    Reviewed-on: https://gerrit.libreoffice.org/45706
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java
index 74ee152c9be8..32786e858364 100644
--- a/framework/qa/complex/dispatches/checkdispatchapi.java
+++ b/framework/qa/complex/dispatches/checkdispatchapi.java
@@ -345,7 +345,7 @@ public class checkdispatchapi
                 {
                     // Error
                     fail("At least one DispatchInformation item does not match the requested group.\n\trequested group=[" + nGroup
-                            + "] returned groupd=[" + aInfo.GroupId + "] command=\"" + aInfo.Command + "\""); // true => don't break this test
+                            + "] returned group=[" + aInfo.GroupId + "] command=\"" + aInfo.Command + "\""); // true => don't break this test
                     continue;
                 }
 


More information about the Libreoffice-commits mailing list