fixed spelling mistake

This commit is contained in:
pyr0ball 2023-05-27 21:46:55 -07:00
parent 9708a35806
commit 9293f97c7d

View file

@ -268,7 +268,7 @@ box-light(){
repchar() {
if [[ $# -ne 2 || ! $2 =~ ^[0-9]+$ ]]; then
warn "repcahr() Incorrect usage. Usage: rephar <char> <count>"
warn "repchar() Incorrect usage. Usage: repchar <char> <count>"
return 1
fi
local char="$1"