diff options
| -rwxr-xr-x | tools/voice.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl index 21c9ab9..32db75c 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -140,6 +140,7 @@ sub correct_string { } case "festival" { $string =~ s/\ba\b/ay/ig; + $string =~ s/$/./; } } } |