some typos

This commit is contained in:
vaguesyntax
2025-10-26 03:45:43 +03:00
parent 60f055f07d
commit cf159f6112
4 changed files with 3 additions and 4 deletions
@@ -6,7 +6,6 @@ MONITOR_SOURCE="alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"
INTERVAL=5
TOTAL_DURATION=30
# Parametreleri oku
while getopts "i:t:" opt; do
case $opt in
i) INTERVAL=$OPTARG ;;