[Asterisk-code-review] spelling: destroy (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:29 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16872 )
Change subject: spelling: destroy
......................................................................
spelling: destroy
Change-Id: I274d5d4659a40c562d366b3417afab5cdf5f6d33
---
M apps/app_followme.c
M channels/iax2/include/astobj.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/16872/1
diff --git a/apps/app_followme.c b/apps/app_followme.c
index bc60b36..1ae06b8 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -1147,7 +1147,7 @@
/*
* Caller hungup.
*
- * Destoy all new outgoing calls.
+ * Destroy all new outgoing calls.
*/
while ((tmpuser = AST_LIST_REMOVE_HEAD(&new_user_list, entry))) {
destroy_calling_node(tmpuser);
diff --git a/channels/iax2/include/astobj.h b/channels/iax2/include/astobj.h
index c042731..3aecc4d 100644
--- a/channels/iax2/include/astobj.h
+++ b/channels/iax2/include/astobj.h
@@ -756,7 +756,7 @@
/*! \brief Destroy a container.
*
- * \param container A pointer to the container to destory.
+ * \param container A pointer to the container to destroy.
*
* This macro frees up resources used by a container. It does not operate on
* the objects in the container. To unlink the objects from the container use
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16872
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I274d5d4659a40c562d366b3417afab5cdf5f6d33
Gerrit-Change-Number: 16872
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/a0b1c860/attachment-0001.html>
More information about the asterisk-code-review
mailing list