diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-16 02:39:22 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-16 02:39:56 +0200 |
commit | bbae8d3708691d10f18cac158e2ce8f2ee556d86 (patch) | |
tree | b288650a6fd1848af0e89b98b454edd8a59767a3 /bin | |
parent | aca189d118d4351b293c089cb26584eb898e1849 (diff) |
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 <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-forum-attachments.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |