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

New commits:
commit bbae8d3708691d10f18cac158e2ce8f2ee556d86
Author:     Adolfo Jayme Barrientos <[email protected]>
AuthorDate: Thu Jun 16 02:39:22 2022 +0200
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Thu Jun 16 02:39:56 2022 +0200

    Revert "Fix typo"
    
    This reverts commit 157d58605acc714a5756525b567d6b59a1322d35.
    
    Reason for revert: IT IS NOT A TYPO
    
    Change-Id: I06ccc29f4a093068b0ba211682e1624476b8a6c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135946
    Tested-by: Adolfo Jayme Barrientos <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/bin/get-forum-attachments.py b/bin/get-forum-attachments.py
index 2861718edebe..4e46befefa9a 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 login into " + url)
+            print("Can't log in to " + url)
             return
 
     invalidCount = 0

Reply via email to