From 03802423ac1e99b3a872fdf667e6ff3c6ddcbc7a Mon Sep 17 00:00:00 2001 From: iliajie Date: Thu, 8 Dec 2022 15:20:37 +0200 Subject: [PATCH] Fix typo --- slib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slib.sh b/slib.sh index 3b0a95f..d8bae8e 100644 --- a/slib.sh +++ b/slib.sh @@ -51,7 +51,7 @@ if command -pv 'tput' > /dev/null; then CYANBG=$(tput setab 6) WHITEBG=$(tput setab 7) - # Do wee have support + # Do we have support # for bright colors? if [ "$ncolors" -ge 16 ]; then BLACK="$(tput setaf 16)"