[Asterisk-code-review] spelling: between (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:04:17 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16768 )


Change subject: spelling: between
......................................................................

spelling: between

Change-Id: I07d2234798188d7f71578c29fc31bd148bb3b454
---
M channels/chan_sip.c
M include/asterisk/bridge.h
M include/asterisk/channel.h
3 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/68/16768/1

diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 2acdd37..d624a8b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -29195,7 +29195,7 @@
 				unsigned int ran = (ast_random() % 10) + 1;
 				char seconds[4];
 				snprintf(seconds, sizeof(seconds), "%u", ran);
-				transmit_response_with_retry_after(p, "500 Server error", req, seconds);	/* respond according to RFC 3261 14.2 with Retry-After betwewn 0 and 10 */
+				transmit_response_with_retry_after(p, "500 Server error", req, seconds);	/* respond according to RFC 3261 14.2 with Retry-After between 0 and 10 */
 			} else if (req->method != SIP_ACK) {
 				transmit_response(p, "500 Server error", req);	/* We must respond according to RFC 3261 sec 12.2 */
 			}
diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h
index 6a7a3956..729e81a 100644
--- a/include/asterisk/bridge.h
+++ b/include/asterisk/bridge.h
@@ -902,7 +902,7 @@
 };
 
 /*!
- * \brief Determine if bridges allow for optimization to occur betweem them
+ * \brief Determine if bridges allow for optimization to occur between them
  * \since 12.0.0
  *
  * \param chan_bridge First bridge being tested
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index b908e55..45c14e5 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -2743,7 +2743,7 @@
 void ast_channel_internal_copy_linkedid(struct ast_channel *dest, struct ast_channel *source);
 
 /*!
- * \brief Swap uniqueid and linkedid beteween two channels
+ * \brief Swap uniqueid and linkedid between two channels
  * \param a First channel
  * \param b Second channel
  * \return void
@@ -2754,7 +2754,7 @@
 void ast_channel_internal_swap_uniqueid_and_linkedid(struct ast_channel *a, struct ast_channel *b);
 
 /*!
- * \brief Swap topics beteween two channels
+ * \brief Swap topics between two channels
  * \param a First channel
  * \param b Second channel
  * \return void
@@ -2777,7 +2777,7 @@
 void ast_channel_internal_swap_endpoint_forward(struct ast_channel *a, struct ast_channel *b);
 
 /*!
- * \brief Swap snapshots beteween two channels
+ * \brief Swap snapshots between two channels
  * \param a First channel
  * \param b Second channel
  * \return void

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16768
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I07d2234798188d7f71578c29fc31bd148bb3b454
Gerrit-Change-Number: 16768
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/6c0a802c/attachment.html>


More information about the asterisk-code-review mailing list