[Asterisk-code-review] spelling: responded (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:16:15 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17163 )
Change subject: spelling: responded
......................................................................
spelling: responded
Change-Id: I839e231f3a82e98c39eb84d3621b408f09c2641d
---
M channels/chan_sip.c
M include/asterisk/stun.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/63/17163/1
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index eb9d4f1..23634d0 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -9379,7 +9379,7 @@
transmit_request(p, SIP_ACK, p->ocseq, XMIT_UNRELIABLE, TRUE);
transmit_request(p, SIP_BYE, 0, XMIT_RELIABLE, TRUE);
- pvt_set_needdestroy(p, "forked request"); /* this dialog will terminate once the BYE is responed to or times out. */
+ pvt_set_needdestroy(p, "forked request"); /* this dialog will terminate once the BYE is responded to or times out. */
sip_pvt_unlock(p);
dialog_unref(p, "setup forked invite termination");
}
diff --git a/include/asterisk/stun.h b/include/asterisk/stun.h
index 90c6ecc..34d67cf 100644
--- a/include/asterisk/stun.h
+++ b/include/asterisk/stun.h
@@ -110,7 +110,7 @@
* the externally visible address of the request.
* If a callback is specified, invoke it with the attribute.
*
- * \retval AST_STUN_ACCEPT if responed to a STUN request
+ * \retval AST_STUN_ACCEPT if responded to a STUN request
* \retval AST_STUN_IGNORE
* \retval -1 on error
*/
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17163
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I839e231f3a82e98c39eb84d3621b408f09c2641d
Gerrit-Change-Number: 17163
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/94605000/attachment.html>
More information about the asterisk-code-review
mailing list