Explorar o código

gzip: correct example description.

marcan2020 %!s(int64=6) %!d(string=hai) anos
pai
achega
15cf138e47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/common/gzip.md

+ 1 - 1
pages/common/gzip.md

@@ -14,7 +14,7 @@
 
 `gzip -c {{file.ext}} > {{compressed_file.ext.gz}}`
 
-- Uncompress a gzipped file specifying the output filename:
+- Decompress a gzipped file specifying the output filename:
 
 `gzip -c -d {{file.ext}}.gz > {{uncompressed_file.ext}}`