summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-06-09 17:23:07 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-06-15 22:43:48 +0200
commit157d58605acc714a5756525b567d6b59a1322d35 (patch)
tree76392f59a0ac5cf5b857cda8a38d6457b06230e7 /bin
parent8bb6190dd406390b404f0c1855894e8a48d0fda2 (diff)
Fix typo
Change-Id: I9769e01a95b10a798769104e16e6b0c37585a2d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135559 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-forum-attachments.py2
1 files changed, 1 insertions, 1 deletions
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