extensions/qa/integration/extensions/MethodHandler.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2fd873b64c0fe7bf7bc5ba7242da0e557b037ea6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:25:12 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 23 20:30:53 2019 +0200

    Fix typo
    
    Change-Id: I3c012c0e8aea8b3f78b908e4182741d28c6ab2ce
    Reviewed-on: https://gerrit.libreoffice.org/72869
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/extensions/qa/integration/extensions/MethodHandler.java 
b/extensions/qa/integration/extensions/MethodHandler.java
index 05fe1a798ac5..ffc81c5f5616 100644
--- a/extensions/qa/integration/extensions/MethodHandler.java
+++ b/extensions/qa/integration/extensions/MethodHandler.java
@@ -42,7 +42,7 @@ public class MethodHandler implements XPropertyHandler
         }
         catch( com.sun.star.uno.Exception e )
         {
-            System.err.println( "MethodHandler: could not create a 
Introspection service, not much functionality will be available." );
+            System.err.println( "MethodHandler: could not create an 
Introspection service, not much functionality will be available." );
         }
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to