diff options
author | Aron Budea <aron.budea@collabora.com> | 2017-08-01 09:09:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-01 09:14:54 +0200 |
commit | d99cc336d8476975a9fd7adf01b4b9f9cd917aaa (patch) | |
tree | f19d596a10f2ca01b0a2291deef37845a095a87f /bin | |
parent | c210d7cc092616ecdd1072f1238ec3b619f7387b (diff) |
get-bugzilla-attachments: fix typo, ppotx -> potx
Change-Id: I9ac25784cf772b0056936127ddd91d39264489ea
Reviewed-on: https://gerrit.libreoffice.org/40614
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 93bd5a7f503f..4c384de7fc07 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -418,7 +418,7 @@ mimetypes = { 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.template': 'xltx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation': 'pptx', - 'application/vnd.openxmlformats-officedocument.presentationml.template': 'ppotx', + 'application/vnd.openxmlformats-officedocument.presentationml.template': 'potx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow': 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slide': 'sldx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx', |