[Asterisk-code-review] spelling: module (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:22 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17037 )
Change subject: spelling: module
......................................................................
spelling: module
Change-Id: I79dad77dd3a2a4dcfb62374392cac5f498e1bf8c
---
M res/res_pjsip/pjsip_session.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/37/17037/1
diff --git a/res/res_pjsip/pjsip_session.c b/res/res_pjsip/pjsip_session.c
index 7dc6221..429fc6d 100644
--- a/res/res_pjsip/pjsip_session.c
+++ b/res/res_pjsip/pjsip_session.c
@@ -119,7 +119,7 @@
/* free the supplements */
while ((iter = AST_LIST_REMOVE_HEAD(&session->supplements, next))) {
if (iter->module) {
- /* referenced session closed. decreasing modue reference. */
+ /* referenced session closed. decreasing module reference. */
ast_module_unref(iter->module);
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17037
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I79dad77dd3a2a4dcfb62374392cac5f498e1bf8c
Gerrit-Change-Number: 17037
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/31821cdb/attachment-0001.html>
More information about the asterisk-code-review
mailing list