aboutsummaryrefslogtreecommitdiff
path: root/games/syl
diff options
context:
space:
mode:
Diffstat (limited to 'games/syl')
-rwxr-xr-xgames/syl2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/syl b/games/syl
index 85f68625..0580a293 100755
--- a/games/syl
+++ b/games/syl
@@ -11,7 +11,7 @@ for ((i=0;i<${#word};i++)); do
fi
done
case $word in
- *[aeiou][^aeiou]e|*ed)
+ *[aeiou][^aeiou]e|*[lc]ed)
((syls > 1)) && ((syls--))
;;
esac