[Asterisk-code-review] spelling: conference (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:05 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16814 )
Change subject: spelling: conference
......................................................................
spelling: conference
Change-Id: I26873c02c24e9b330656cd2da3cd16e637e35837
---
M apps/app_meetme.c
M channels/chan_dahdi.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/14/16814/1
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 844ae64..cf50793 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3415,7 +3415,7 @@
if (rt_schedule && conf->maxusers) {
if (conf->users >= conf->maxusers) {
- /* Sorry, but this confernce has reached the participant limit! */
+ /* Sorry, but this conference has reached the participant limit! */
ast_mutex_unlock(&conf->playlock);
if (!ast_streamfile(chan, "conf-full", ast_channel_language(chan)))
ast_waitstream(chan, "");
diff --git a/channels/chan_dahdi.h b/channels/chan_dahdi.h
index de813f2..2f9e089 100644
--- a/channels/chan_dahdi.h
+++ b/channels/chan_dahdi.h
@@ -720,7 +720,7 @@
#endif /* defined(HAVE_OPENR2) */
/*! \brief DTMF digit in progress. 0 when no digit in progress. */
char begindigit;
- /*! \brief TRUE if confrence is muted. */
+ /*! \brief TRUE if conference is muted. */
int muting;
void *sig_pvt;
struct ast_cc_config_params *cc_params;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16814
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I26873c02c24e9b330656cd2da3cd16e637e35837
Gerrit-Change-Number: 16814
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/f30d619b/attachment-0001.html>
More information about the asterisk-code-review
mailing list