1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:33:46 +02:00

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

This commit is contained in:
Waldir Pimenta 2015-03-02 09:06:40 +00:00
parent 05620b0e2a
commit 6dd3e18110

View file

@ -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}}`