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

New commits:
commit 26d2b9d616e08c481d463c0696eca7a3bab54c98
Author: Andrea Gelmini <andrea.gelm...@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 <c...@libreoffice.org>
    Reviewed-by: Tamás Zolnai <tamas.zol...@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;
                 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to