correct typos

This commit is contained in:
Denis Lehmann 2025-01-31 16:27:45 +01:00 committed by Denis Lehmann
parent 935fcbc9de
commit 6444f1291c
3 changed files with 4 additions and 4 deletions

View file

@ -211,7 +211,7 @@
fi
counter="$N" # Use parsed positional argument
echo -n "$sftbf" # Print everyting from here bold
echo -n "$sftbf" # Print everything from here bold
while [ "$counter" -gt 0 ]; do
if [ "$reverse" == true ]; then # Use parsed flag
echo " $counter"