[Asterisk-code-review] spelling: asterisk (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:54 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16745 )
Change subject: spelling: asterisk
......................................................................
spelling: asterisk
Change-Id: I6e80150a3939893b5179173fbc14704aeb333146
---
M agi/jukebox.agi
M configs/samples/ooh323.conf.sample
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/45/16745/1
diff --git a/agi/jukebox.agi b/agi/jukebox.agi
index 0d05b45..fdd020e 100755
--- a/agi/jukebox.agi
+++ b/agi/jukebox.agi
@@ -121,13 +121,13 @@
`echo "Percent" | text2wave -o $FESTIVALCACHE/jukebox_percent.ul -otype ulaw -`;
}
if (! -e "$FESTIVALCACHE/jukebox_generate.ul") {
- `echo "Please wait while Astrisk Jukebox cashes the files of your music collection" | text2wave -o $FESTIVALCACHE/jukebox_generate.ul -otype ulaw -`;
+ `echo "Please wait while Asterisk Jukebox cashes the files of your music collection" | text2wave -o $FESTIVALCACHE/jukebox_generate.ul -otype ulaw -`;
}
if (! -e "$FESTIVALCACHE/jukebox_invalid.ul") {
`echo "You have entered an invalid selection" | text2wave -o $FESTIVALCACHE/jukebox_invalid.ul -otype ulaw -`;
}
if (! -e "$FESTIVALCACHE/jukebox_thankyou.ul") {
- `echo "Thank you for using Astrisk Jukebox, Goodbye" | text2wave -o $FESTIVALCACHE/jukebox_thankyou.ul -otype ulaw -`;
+ `echo "Thank you for using Asterisk Jukebox, Goodbye" | text2wave -o $FESTIVALCACHE/jukebox_thankyou.ul -otype ulaw -`;
}
# greet the user
diff --git a/configs/samples/ooh323.conf.sample b/configs/samples/ooh323.conf.sample
index 2d7ce29..0970954 100644
--- a/configs/samples/ooh323.conf.sample
+++ b/configs/samples/ooh323.conf.sample
@@ -38,7 +38,7 @@
[general]
-;Define the asetrisk server h323 endpoint
+;Define the asterisk server h323 endpoint
;The port asterisk should listen for incoming H323 connections.
;Default - 1720
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16745
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6e80150a3939893b5179173fbc14704aeb333146
Gerrit-Change-Number: 16745
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/d9e6b196/attachment-0001.html>
More information about the asterisk-code-review
mailing list