Browse Source

fix typo: "programm" --> "program"

Waldir Pimenta 10 years ago
parent
commit
6dd3e18110
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/tar.md

+ 1 - 1
pages/common/tar.md

@@ -23,7 +23,7 @@
 
 `tar xjf {{source.tar.bz2}}`
 
-- create a compressed archive, using archive suffix to determine the compression programm
+- create a compressed archive, using archive suffix to determine the compression program
 
 `tar caf {{target.tar.xz}} {{file1 file2 file3}}`