summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 21:59:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-18 08:10:04 +0100
commitd5e2569f6f4e1a040092d98de3354e498ecfd025 (patch)
tree144e68c6bf41dc9567db14af61b1a778187a10b4 /bin
parent27938e1bbd5f3405c47b9933be7489eeb03920f3 (diff)
Fix typos
Change-Id: Iaad78e5f1100df1ca69d34bf7693e4a9feac17eb Reviewed-on: https://gerrit.libreoffice.org/48084 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index fe81fa673350..5d6227996cb8 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -548,7 +548,7 @@ def generate_multi_threading():
# Create a job for every mimetype for a bugzilla
for (mimetype,extension) in mimetypes.items():
- # It seems that bugzilla has problems returing that many results
+ # It seems that bugzilla has problems returning that many results
# (10000 results is probably a limit set somewhere) so we always
# end processing the complete list.
if mimetype == 'text/html' and prefix == 'moz':