[Asterisk-code-review] spelling: receive (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:15:11 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17134 )
Change subject: spelling: receive
......................................................................
spelling: receive
Change-Id: I640d7e04da396cb6f62594a5cd7449ddf9469504
---
M addons/ooh323c/src/ooh245.c
M channels/chan_unistim.c
M include/asterisk/channel.h
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/34/17134/1
diff --git a/addons/ooh323c/src/ooh245.c b/addons/ooh323c/src/ooh245.c
index d14fe15..7f63656 100644
--- a/addons/ooh323c/src/ooh245.c
+++ b/addons/ooh323c/src/ooh245.c
@@ -517,7 +517,7 @@
}
}
else{
- OOTRACEDBGC3("Sending transmit&recevie capability t38 in TCS.(%s, %s)\n",
+ OOTRACEDBGC3("Sending transmit&receive capability t38 in TCS.(%s, %s)\n",
call->callType, call->callToken);
t38Cap = ooCapabilityCreateT38Capability(epCap, pctxt, OOTX&OORX);
if(!t38Cap)
diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index ef672fe..0e9a7bd 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -434,7 +434,7 @@
int callhistory; /*!< Allowed to record call history */
int sharp_dial; /*!< Execute Dial on '#' or not */
char lst_cid[TEXT_LENGTH_MAX]; /*!< Last callerID received */
- char lst_cnm[TEXT_LENGTH_MAX]; /*!< Last callername recevied */
+ char lst_cnm[TEXT_LENGTH_MAX]; /*!< Last callername received */
char call_forward[AST_MAX_EXTENSION]; /*!< Forward number */
int output; /*!< Handset, headphone or speaker */
int previous_output; /*!< Previous output */
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index a693043..d23cf26 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -2652,7 +2652,7 @@
int ast_transfer(struct ast_channel *chan, char *dest);
/*!
- * \brief Transfer a channel (if supported) receieve protocol result.
+ * \brief Transfer a channel (if supported) receive protocol result.
* \retval -1 on error
* \retval 0 if not supported
* \retval 1 if supported and requested
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17134
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I640d7e04da396cb6f62594a5cd7449ddf9469504
Gerrit-Change-Number: 17134
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/a5ca3574/attachment.html>
More information about the asterisk-code-review
mailing list