]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6539 fix typo
authorBrian West <brian@freeswitch.org>
Tue, 20 May 2014 21:19:27 +0000 (16:19 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 20 May 2014 21:20:36 +0000 (16:20 -0500)
src/mod/say/mod_say_it/mod_say_it.c

index 11d2b4f0db7c066dd1717543bf2b4c8543902825..ae2782203d2ba3e582107399429e54d5b99abdc1 100644 (file)
@@ -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;
                                        }
                                }