[Asterisk-code-review] agi: Spelling fixes (asterisk[18])

Josh Soref asteriskteam at digium.com
Mon Nov 15 09:37:28 CST 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17373 )


Change subject: agi: Spelling fixes
......................................................................

agi: Spelling fixes

Correct typos of the following word families:

pretend
speech

ASTERISK-29714

Change-Id: I7d0527c329cda07552247ea11b2d7db207a3d87d
---
M agi/eagi-test.c
M agi/jukebox.agi
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/73/17373/1

diff --git a/agi/eagi-test.c b/agi/eagi-test.c
index 28d38fc..28d7994 100644
--- a/agi/eagi-test.c
+++ b/agi/eagi-test.c
@@ -93,7 +93,7 @@
 				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;
diff --git a/agi/jukebox.agi b/agi/jukebox.agi
index 0d05b45..43d8978 100755
--- a/agi/jukebox.agi
+++ b/agi/jukebox.agi
@@ -348,7 +348,7 @@
 }
 
 # 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))) {

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17373
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I7d0527c329cda07552247ea11b2d7db207a3d87d
Gerrit-Change-Number: 17373
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211115/21b6c5f3/attachment.html>


More information about the asterisk-code-review mailing list