Update grammar in comment.

This commit is contained in:
William Melody 2020-03-15 11:36:47 -07:00
parent a54793a9d0
commit c680c02007
1 changed files with 1 additions and 1 deletions

2
hosts
View File

@ -1172,7 +1172,7 @@ HEREDOC
show() {
if [[ -n "${1:-}" ]]
then
# Run `sed` before `grep` to avoid conflict that supress `sed` output.
# Run `sed` before `grep` to avoid conflict that supresses `sed` output.
local _disabled_records
_disabled_records=$(
sed -n "s/^\\#\\(disabled: .*${1}.*\\)$/\\1/p" "${HOSTS_PATH}"