]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
agi: Spelling fixes
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 31 Oct 2021 01:04:39 +0000 (21:04 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 16 Nov 2021 04:27:58 +0000 (22:27 -0600)
Correct typos of the following word families:

pretend
speech

ASTERISK-29714

Change-Id: I7d0527c329cda07552247ea11b2d7db207a3d87d

agi/eagi-test.c
agi/jukebox.agi

index 28d38fc5b92d609624a569ab138a2e2939f9b6f9..28d79946e51a35120c532ce24107939b39fe4830 100644 (file)
@@ -93,7 +93,7 @@ static char *wait_result(void)
                                fprintf(stderr, "Got %d/%d bytes of audio\n", res, bytes);
 #endif
                                bytes += res;
-                               /* Prentend we detected some audio after 3 seconds */
+                               /* Pretend we detected some audio after 3 seconds */
                                if (bytes > 16000 * 3) {
                                        return "Sample Message";
                                        bytes = 0;
index 0d05b45ee7ccf61b886cc5c71dedca7e3d6cc284..43d89787439ac024338286397651c6c6b4f10298 100755 (executable)
@@ -348,7 +348,7 @@ sub music_dir_cache {
 }
 
 # this function will fill the @masterCacheList of all the files that
-# need to have text2speeced ulaw files of their names generated
+# need to have text2speech ulaw files of their names generated
 sub music_dir_cache_genlist {
        my $dir = shift;
        if (!opendir(THEDIR, rmts($MUSIC.$dir))) {