fixing of typos

This commit is contained in:
Sergey
2019-02-06 18:59:15 +05:00
parent 1334507595
commit aa5ccff6d2
5 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ func IsGzippable(ext, mtype string, data []byte) bool {
return false
}
// by file name extention
// by file name extension
switch ext {
case ".zip", ".rar", ".gz", ".bz2", ".xz":
return false