[Asterisk-code-review] spelling: disappear (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/+/16881 )


Change subject: spelling: disappear
......................................................................

spelling: disappear

Change-Id: I7654d4db64e4f56863e02b78e63269bc8abc0e10
---
M channels/sig_analog.c
M main/channel.c
M main/core_local.c
3 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/81/16881/1

diff --git a/channels/sig_analog.c b/channels/sig_analog.c
index 5bb5649..211a680 100644
--- a/channels/sig_analog.c
+++ b/channels/sig_analog.c
@@ -1314,7 +1314,7 @@
 				/* Need to hold the lock for real-call, private, and call-waiting call */
 				analog_lock_sub_owner(p, ANALOG_SUB_CALLWAIT);
 				if (!p->subs[ANALOG_SUB_CALLWAIT].owner) {
-					/* The call waiting call dissappeared. */
+					/* The call waiting call disappeared. */
 					analog_set_new_owner(p, NULL);
 					break;
 				}
@@ -2905,7 +2905,7 @@
 					analog_lock_sub_owner(p, ANALOG_SUB_CALLWAIT);
 					if (!p->subs[ANALOG_SUB_CALLWAIT].owner) {
 						/*
-						 * The call waiting call dissappeared.
+						 * The call waiting call disappeared.
 						 * This is now a normal hangup.
 						 */
 						analog_set_echocanceller(p, 0);
@@ -3223,7 +3223,7 @@
 				analog_lock_sub_owner(p, ANALOG_SUB_CALLWAIT);
 				if (!p->subs[ANALOG_SUB_CALLWAIT].owner) {
 					/*
-					 * The call waiting call dissappeared.
+					 * The call waiting call disappeared.
 					 * Let's just ignore this flash-hook.
 					 */
 					ast_log(LOG_NOTICE, "Whoa, the call-waiting call disappeared.\n");
@@ -3350,7 +3350,7 @@
 				analog_lock_sub_owner(p, ANALOG_SUB_THREEWAY);
 				if (!p->subs[ANALOG_SUB_THREEWAY].owner) {
 					/*
-					 * The 3-way call dissappeared.
+					 * The 3-way call disappeared.
 					 * Let's just ignore this flash-hook.
 					 */
 					ast_log(LOG_NOTICE, "Whoa, the 3-way call disappeared.\n");
diff --git a/main/channel.c b/main/channel.c
index 3d7eeba..fc814b4 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -6919,7 +6919,7 @@
 	 */
 	ao2_lock(channels);
 
-	/* Bump the refs to ensure that they won't dissappear on us. */
+	/* Bump the refs to ensure that they won't disappear on us. */
 	ast_channel_ref(original);
 	ast_channel_ref(clonechan);
 
diff --git a/main/core_local.c b/main/core_local.c
index baa3e1f..43b03eb 100644
--- a/main/core_local.c
+++ b/main/core_local.c
@@ -883,7 +883,7 @@
 	 *
 	 * This is a silly default because it represents state held by
 	 * the local channels.  Unless local channel optimization is
-	 * disabled, the state will dissappear when the local channels
+	 * disabled, the state will disappear when the local channels
 	 * optimize out.
 	 */
 	ast_set_flag(&pvt->base, AST_UNREAL_MOH_INTERCEPT);

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I7654d4db64e4f56863e02b78e63269bc8abc0e10
Gerrit-Change-Number: 16881
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/d4cbc5ba/attachment.html>


More information about the asterisk-code-review mailing list