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

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


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


Change subject: spelling: not owning
......................................................................

spelling: not owning

Change-Id: Ie8f01038810b0189bce50418da080900d7207063
---
M channels/chan_dahdi.c
M channels/sig_analog.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/54/17054/1

diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index cfb87eb..b12beeb 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -6188,7 +6188,7 @@
 				ast_debug(1, "Normal call hung up with both three way call and a call waiting call in place?\n");
 				if (p->subs[SUB_CALLWAIT].inthreeway) {
 					/* We had flipped over to answer a callwait and now it's gone */
-					ast_debug(1, "We were flipped over to the callwait, moving back and unowning.\n");
+					ast_debug(1, "We were flipped over to the callwait, moving back and not owning.\n");
 					/* Move to the call-wait, but un-own us until they flip back. */
 					swap_subs(p, SUB_CALLWAIT, SUB_REAL);
 					unalloc_sub(p, SUB_CALLWAIT);
diff --git a/channels/sig_analog.c b/channels/sig_analog.c
index 211a680..cc09760 100644
--- a/channels/sig_analog.c
+++ b/channels/sig_analog.c
@@ -1288,7 +1288,7 @@
 				ast_debug(1, "Normal call hung up with both three way call and a call waiting call in place?\n");
 				if (p->subs[ANALOG_SUB_CALLWAIT].inthreeway) {
 					/* We had flipped over to answer a callwait and now it's gone */
-					ast_debug(1, "We were flipped over to the callwait, moving back and unowning.\n");
+					ast_debug(1, "We were flipped over to the callwait, moving back and not owning.\n");
 					/* Move to the call-wait, but un-own us until they flip back. */
 					analog_swap_subs(p, ANALOG_SUB_CALLWAIT, ANALOG_SUB_REAL);
 					analog_unalloc_sub(p, ANALOG_SUB_CALLWAIT);

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ie8f01038810b0189bce50418da080900d7207063
Gerrit-Change-Number: 17054
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/9b191eb4/attachment.html>


More information about the asterisk-code-review mailing list