Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 8, 2022
1 parent c0fed1f commit 0380242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 0380242

Please sign in to comment.