From def2660876ef67fb856b92ff16b5f3988dc09d31 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Thu, 13 Mar 2025 01:28:01 -0400 Subject: [PATCH] Fix typo --- volbash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volbash b/volbash index 7f36577..f1ed548 100755 --- a/volbash +++ b/volbash @@ -104,7 +104,7 @@ adjust() { op=$([[ "$1" == "up" ]] && echo "+" || echo "-") delta="${2}%$op" - # We check the if the volume increment exceeds 100 and override + # We check if the volume increment exceeds 100 and override # the delta if the bypass option has not been specified. if [[ -z $3 ]] && [[ $(("$vol" "$op" "$2")) -gt 100 ]]; then delta="100%"