From b3555b91e9173b766d8b43e199bbd24c5bfed449 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 20 May 2014 16:19:27 -0500 Subject: [PATCH] FS-6539 fix typo --- src/mod/say/mod_say_it/mod_say_it.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/say/mod_say_it/mod_say_it.c b/src/mod/say/mod_say_it/mod_say_it.c index 11d2b4f0db..ae2782203d 100644 --- a/src/mod/say/mod_say_it/mod_say_it.c +++ b/src/mod/say/mod_say_it/mod_say_it.c @@ -162,7 +162,7 @@ static switch_status_t it_say_general_count(switch_core_session_t *session, char return SWITCH_STATUS_FALSE; } - /* Check if number isin't zero */ + /* Check if number isn't zero */ if (in != 0) { /* Init x to 0 */ @@ -205,7 +205,7 @@ static switch_status_t it_say_general_count(switch_core_session_t *session, char } else { /* Play thousand group */ if ((status = play_group(SSM_PRONOUNCED, places[5], places[4], places[3], - "digits/thousands.wav", session, args)) != SWITCH_STATUS_SUCCESS) { + "digits/thousand.wav", session, args)) != SWITCH_STATUS_SUCCESS) { return status; } }