summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 21c9ab913c..32db75c5e1 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -140,6 +140,7 @@ sub correct_string {
140 } 140 }
141 case "festival" { 141 case "festival" {
142 $string =~ s/\ba\b/ay/ig; 142 $string =~ s/\ba\b/ay/ig;
143 $string =~ s/$/./;
143 } 144 }
144 } 145 }
145 } 146 }