minor spell corrections

This commit is contained in:
Matthieu Keller 2013-09-02 16:09:38 +02:00
parent e557c26377
commit fda6125657
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# To show the 10 first line of file
# To show the 10 first lines of file
head file
# To show the n first line of file
# To show the n first lines of file
head -l n file
# To show the n first bytes of file