Eliminate the word should for will and need.

This commit is contained in:
2025-10-30 07:58:56 -07:00
parent 7dd2ef5e75
commit 2e4520d6ae
21 changed files with 48 additions and 41 deletions

View File

@@ -42,7 +42,7 @@ function usage {
}
function check {
# Accepts parameter of status and whether the program should quit.
# Accepts parameter of status and whether the program is needs to quit.
status=$1
quit=$2
if [[ $status != 0 ]]; then