diff options
Diffstat (limited to 'weed/operation')
| -rw-r--r-- | weed/operation/compress.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/operation/compress.go b/weed/operation/compress.go index 65979d529..fedc877dd 100644 --- a/weed/operation/compress.go +++ b/weed/operation/compress.go @@ -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 |
