Fixed grammar error on line 1048 in Bash-Prog-Intro-HOWTO.sgml

This commit is contained in:
Thomas Jaensch 2016-04-01 11:13:22 -04:00
parent e884711cd2
commit 622173a987
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ More Scripts
# this for loop iterates through all of the files that we give the program
# it does one rename per file given using the program 'sed'
# this is a sinple command line program that parses standard input and
# this is a simple command line program that parses standard input and
# replaces a set expression with a give string
# here we pass it the file name ( as standard input) and replace the nessesary
# text