From 9293f97c7db0091a851534391472003770df29b1 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 27 May 2023 21:46:55 -0700 Subject: [PATCH] fixed spelling mistake --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index df27265..d42aede 100644 --- a/functions +++ b/functions @@ -268,7 +268,7 @@ box-light(){ repchar() { if [[ $# -ne 2 || ! $2 =~ ^[0-9]+$ ]]; then - warn "repcahr() Incorrect usage. Usage: rephar " + warn "repchar() Incorrect usage. Usage: repchar " return 1 fi local char="$1"