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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:10:54 CDT 2021


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


Change subject: spelling: integrated
......................................................................

spelling: integrated

Change-Id: I82540e2bb466ce4200af484e801b1bc387b1cd70
---
M apps/app_dial.c
M apps/app_queue.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/87/16987/1

diff --git a/apps/app_dial.c b/apps/app_dial.c
index 51f5f45..da2253a 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -930,7 +930,7 @@
  * XXX this code is highly suspicious, as it essentially overwrites
  * the outgoing channel without properly deleting it.
  *
- * \todo eventually this function should be intergrated into and replaced by ast_call_forward()
+ * \todo eventually this function should be integrated into and replaced by ast_call_forward()
  */
 static void do_forward(struct chanlist *o, struct cause_args *num,
 	struct ast_flags64 *peerflags, int single, int caller_entertained, int *to,
diff --git a/apps/app_queue.c b/apps/app_queue.c
index c2f6378..384384c 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -4989,7 +4989,7 @@
  * \param[in] caller_disconnect if the 'H' option is used when calling Queue(), this is used to detect if the caller pressed * to disconnect the call
  * \param[in] forwardsallowed used to detect if we should allow call forwarding, based on the 'i' option to Queue()
  *
- * \todo eventually all call forward logic should be intergerated into and replaced by ast_call_forward()
+ * \todo eventually all call forward logic should be integrated into and replaced by ast_call_forward()
  */
 static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callattempt *outgoing, int *to, char *digit, int prebusies, int caller_disconnect, int forwardsallowed)
 {

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I82540e2bb466ce4200af484e801b1bc387b1cd70
Gerrit-Change-Number: 16987
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/d5813014/attachment.html>


More information about the asterisk-code-review mailing list