diff --git a/languages/bash.sh b/languages/bash.sh index fac2a3b..d65d7a1 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -508,5 +508,5 @@ On_White='\033[47m' # White # Example of usage echo -e "${Green}This is GREEN text${Color_Off} and nornal text" -echo -e "${Red}${On_White}This is Red test on White background${Collor_Off}" +echo -e "${Red}${On_White}This is Red test on White background${Color_Off}" # option -s is mandatory, it enable interpretation of backslash escapes