mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
Fix typo.
This commit is contained in:
@@ -11,7 +11,7 @@ object FileUtil {
|
||||
val fileNameMap = URLConnection.getFileNameMap()
|
||||
val mimeType = fileNameMap.getContentTypeFor(name)
|
||||
if(mimeType == null){
|
||||
"application/octeat-stream"
|
||||
"application/octet-stream"
|
||||
} else {
|
||||
mimeType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user