From c680c0200744bb51cfc7dd049c579979788ab57b Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 15 Mar 2020 11:36:47 -0700 Subject: [PATCH] Update grammar in comment. --- hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts b/hosts index 823856c..698d24f 100755 --- a/hosts +++ b/hosts @@ -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}"