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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:11:12 CDT 2021


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


Change subject: spelling: iterator
......................................................................

spelling: iterator

Change-Id: I6c4d6133720346bad71c5c8c0bff61ffb609ae9a
---
M include/asterisk/channel.h
M main/astobj2_container.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/02/17002/1

diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index bdb0240..a693043 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -2971,7 +2971,7 @@
 /*!
  * \brief Destroy a channel iterator
  *
- * \param i the itereator to destroy
+ * \param i the iterator to destroy
  *
  * \details
  * This function is used to destroy a channel iterator that was retrieved by
diff --git a/main/astobj2_container.c b/main/astobj2_container.c
index 6437844..8f8eba9 100644
--- a/main/astobj2_container.c
+++ b/main/astobj2_container.c
@@ -271,7 +271,7 @@
 			return NULL;
 		}
 		if (!(multi_iterator = ast_calloc(1, sizeof(*multi_iterator)))) {
-			ao2_t_ref(multi_container, -1, "OBJ_MULTIPLE interator creation failed.");
+			ao2_t_ref(multi_container, -1, "OBJ_MULTIPLE iterator creation failed.");
 			return NULL;
 		}
 	}

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6c4d6133720346bad71c5c8c0bff61ffb609ae9a
Gerrit-Change-Number: 17002
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/8b5bdea8/attachment-0001.html>


More information about the asterisk-code-review mailing list