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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:05:36 CDT 2021


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


Change subject: spelling: corresponding
......................................................................

spelling: corresponding

Change-Id: Ibb8e45a5b6100c66dcc1178268f46a7315abfb62
---
M main/ccss.c
M pbx/pbx_lua.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/41/16841/1

diff --git a/main/ccss.c b/main/ccss.c
index c693322..aef4e5c 100644
--- a/main/ccss.c
+++ b/main/ccss.c
@@ -578,7 +578,7 @@
  *
  * \param state
  *
- * \return the correponding DEVICE STATE from the cc_state_to_devstate_map
+ * \return the corresponding DEVICE STATE from the cc_state_to_devstate_map
  * when passed an internal state.
  */
 static enum ast_device_state cc_state_to_devstate(enum cc_state state)
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index 50f241f..6f36790 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -878,7 +878,7 @@
 		lua_newtable(L);
 		context_order = lua_gettop(L);
 
-		/* iterate through this context an popluate the corrisponding
+		/* iterate through this context an popluate the corresponding
 		 * table in the extensions_order table */
 		for (lua_pushnil(L); lua_next(L, context); lua_pop(L, 1)) {
 			int exten = lua_gettop(L) - 1;

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ibb8e45a5b6100c66dcc1178268f46a7315abfb62
Gerrit-Change-Number: 16841
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/69d84d64/attachment.html>


More information about the asterisk-code-review mailing list