[Asterisk-code-review] agi: Spelling fixes (asterisk[master])
Friendly Automation
asteriskteam at digium.com
Mon Nov 15 14:43:08 CST 2021
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/17301 )
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(-)
Approvals:
Joshua Colp: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
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/+/17301
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I7d0527c329cda07552247ea11b2d7db207a3d87d
Gerrit-Change-Number: 17301
Gerrit-PatchSet: 2
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211115/ee9ad44f/attachment.html>
More information about the asterisk-code-review
mailing list