[Asterisk-code-review] spelling: populate (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:14:10 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17102 )
Change subject: spelling: populate
......................................................................
spelling: populate
Change-Id: Id83fde6dd0c016a21d951c065777ba3a72144e34
---
M pbx/pbx_lua.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/02/17102/1
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index 0687ffa..09f9e60 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 corresponding
+ /* iterate through this context an populate 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/+/17102
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id83fde6dd0c016a21d951c065777ba3a72144e34
Gerrit-Change-Number: 17102
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/564aa251/attachment-0001.html>
More information about the asterisk-code-review
mailing list