Skip to content

Commit 6cd104a

Browse files
fix typo
1 parent 609709b commit 6cd104a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

generator.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
dist=dist/ColorEcho
44
table="color table.txt"
55

6-
# use colorEcho
6+
# use ColorEcho
77
. "$dist".bash
88

99
for shell in sh bash fish ksh
1010
do
11-
echo.BoldYellow Generating colorEcho for $shell shell ...
11+
echo.BoldYellow Generating ColorEcho for $shell shell ...
1212
#shell specify configs and tricks
1313
case $shell in
1414
"bash")
@@ -113,5 +113,5 @@ LOLCAT
113113
done
114114

115115
#zsh can use bash's script
116-
echo.BoldYellow Generating colorEcho for zsh shell ...
116+
echo.BoldYellow Generating ColorEcho for zsh shell ...
117117
cp $dist.bash $dist.zsh

0 commit comments

Comments
 (0)