bin/get-forum-attachments.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 157d58605acc714a5756525b567d6b59a1322d35
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jun 9 17:23:07 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Jun 15 22:43:48 2022 +0200

    Fix typo
    
    Change-Id: I9769e01a95b10a798769104e16e6b0c37585a2d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135559
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/bin/get-forum-attachments.py b/bin/get-forum-attachments.py
index 4e46befefa9a..2861718edebe 100755
--- a/bin/get-forum-attachments.py
+++ b/bin/get-forum-attachments.py
@@ -94,7 +94,7 @@ def get_attachments_from_url(lang, url, pathes):
 
     if lang.startswith("mso"):
         if not do_login(session, url, pathes.config):
-            print("Can't log in to " + url)
+            print("Can't login into " + url)
             return
 
     invalidCount = 0

Reply via email to