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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:06:42 CDT 2021


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


Change subject: spelling: disconnecting
......................................................................

spelling: disconnecting

Change-Id: If8e3b69c77c39a28c20197d49a3b109ab5bcedf1
---
M addons/chan_mobile.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/82/16882/1

diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index c525a54..d7977f2 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -3567,7 +3567,7 @@
 			if (pvt->owner) {
 				ast_debug(1, "[%s] hanging up owner\n", pvt->id);
 				if (mbl_queue_hangup(pvt)) {
-					ast_log(LOG_ERROR, "[%s] error queueing hangup, disconnectiong...\n", pvt->id);
+					ast_log(LOG_ERROR, "[%s] error queueing hangup, disconnecting...\n", pvt->id);
 					return -1;
 				}
 			}
@@ -3601,7 +3601,7 @@
 						handle_response_busy(pvt);
 					}
 					if (mbl_queue_hangup(pvt)) {
-						ast_log(LOG_ERROR, "[%s] error queueing hangup, disconnectiong...\n", pvt->id);
+						ast_log(LOG_ERROR, "[%s] error queueing hangup, disconnecting...\n", pvt->id);
 						return -1;
 					}
 				}

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: If8e3b69c77c39a28c20197d49a3b109ab5bcedf1
Gerrit-Change-Number: 16882
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/a27a17a7/attachment.html>


More information about the asterisk-code-review mailing list