grammar fix

This commit is contained in:
nuex 2011-12-02 10:28:23 -05:00
parent b07f9f4fe8
commit 1e2f1079ef
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function run_filter(cmd, txt, rand_date, tmpfile, rendered_txt, date_cmd, filt
return rendered_txt
}
# Prevent awk from replacing ampersand's with matched text
# Prevent awk from replacing ampersands with matched text
function escape_special_chars( txt) {
gsub(/&/, "\\\\&", txt)
return txt