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%"