diff --git a/battery-monitor.sh b/battery-monitor.sh index cfb4aa1..31d625b 100755 --- a/battery-monitor.sh +++ b/battery-monitor.sh @@ -36,7 +36,7 @@ hours=$(echo "scale=2; $charge / $discharge" | bc -l) minutes=$(echo "scale=2; $hours * 60" | bc -l) # Change the minimum variable to the minimum amount of minutes that a battery -# has left before the group is informed to recharge it e.g. 50.00. When I +# has left before the group is informed to recharge it e.g. 40.00. When I # tested this and the battery-suspend.sh script, I was surprised to discover # that the computer turned off despite having reported that there was 10 # minutes left! I created the battery-status.sh script to aid in my