Fixed typo.

This commit is contained in:
Prominence 2016-08-21 17:03:55 +03:00
parent 98dfa730ce
commit 82b175b002

View File

@ -76,7 +76,7 @@ class TranslationsManagementController {
}
} else {
response.contentType = 'aplication/octet-stream'
response.contentType = 'application/octet-stream'
response.setHeader('Content-disposition', "attachment; filename=\"${bundle.name}.zip\"")
ZipOutputStream zipOutputStream = new ZipOutputStream(response.outputStream)