grammar fix
This commit is contained in:
parent
b07f9f4fe8
commit
1e2f1079ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user