Skip to content

Commit 79c1ebf

Browse files
committed
FORTY
1 parent 78ad2ca commit 79c1ebf

File tree

3 files changed

+2
-391
lines changed

3 files changed

+2
-391
lines changed

src/AudioDictionary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AudioDictionaryEntry ExampleAudioDictionaryValues[] = {
5454
{"FIVE", new MemoryStream(five_mp3, five_mp3_len)},
5555
{"FOUR", new MemoryStream(four_mp3, four_mp3_len)},
5656
{"FOURTEEN", new MemoryStream(fourteen_mp3, fourteen_mp3_len)},
57-
{"FOURTY", new MemoryStream(fourty_mp3, fourty_mp3_len)},
57+
{"FORTY", new MemoryStream(forty_mp3, forty_mp3_len)},
5858
{"HUNDRED", new MemoryStream(hundred_mp3, hundred_mp3_len)},
5959
{"MILLION", new MemoryStream(million_mp3, million_mp3_len)},
6060
{"MINUS", new MemoryStream(minus_mp3, minus_mp3_len)},

src/NumberToText.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class NumberToText : public SimpleTTSBase {
7777
"TWELVE", "THIRTEEN", "FOURTEEN", "FIFTEEN",
7878
"SIXTEEN", "SEVENTEEN", "EIGHTEEN", "NINETEEN"};
7979

80-
const char* second[10] = {"", "TEN", "TWENTY", "THIRTY", "FOURTY",
80+
const char* second[10] = {"", "TEN", "TWENTY", "THIRTY", "FORTY",
8181
"FIFTY", "SIXTY", "SEVENTY", "EIGHTY", "NINETY"};
8282

8383
const char* third[7] = {"AND","DOT","MINUS", "HUNDRED", "THOUSAND", "MILLION","BILLION"};

0 commit comments

Comments
 (0)