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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:05:10 CDT 2021


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


Change subject: spelling: connect
......................................................................

spelling: connect

Change-Id: I836db42d44a501bc47822d6c7ac2b28943638e04
---
M apps/app_meetme.c
M configs/samples/chan_dahdi.conf.sample
M main/core_unreal.c
3 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/19/16819/1

diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index cf50793..bec64bd 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -6263,7 +6263,7 @@
 				/* This case happens in a bit of a race condition.  If two stations answer
 				 * the outbound call at the same time, the first one will get connected to
 				 * the trunk.  When the second one gets here, it will not see any trunks
-				 * ringing so we have no idea what to conect it to.  So, we just hang up
+				 * ringing so we have no idea what to connect it to.  So, we just hang up
 				 * on it. */
 				ast_debug(1, "Found no ringing trunk for station '%s' to answer!\n", ringing_station->station->name);
 				ast_dial_join(ringing_station->station->dial);
diff --git a/configs/samples/chan_dahdi.conf.sample b/configs/samples/chan_dahdi.conf.sample
index 5c3af43..b1c3b43 100644
--- a/configs/samples/chan_dahdi.conf.sample
+++ b/configs/samples/chan_dahdi.conf.sample
@@ -294,7 +294,7 @@
 ;
 ;datetime_send=
 
-; Send ISDN conected line information.
+; Send ISDN connected line information.
 ;
 ; block:   Do not send any connected line information.
 ; connect: Send connected line information on initial connect.
diff --git a/main/core_unreal.c b/main/core_unreal.c
index a79fca4..8b85fe3 100644
--- a/main/core_unreal.c
+++ b/main/core_unreal.c
@@ -883,7 +883,7 @@
 
 	ast_party_dialed_copy(ast_channel_dialed(semi2), ast_channel_dialed(semi1));
 
-	/* Crossover the CallerID and conected-line to cross the unreal bridge. */
+	/* Crossover the CallerID and connected-line to cross the unreal bridge. */
 	ast_connected_line_copy_to_caller(ast_channel_caller(semi2), ast_channel_connected(semi1));
 	ast_connected_line_copy_from_caller(ast_channel_connected(semi2), ast_channel_caller(semi1));
 

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I836db42d44a501bc47822d6c7ac2b28943638e04
Gerrit-Change-Number: 16819
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/753ba942/attachment.html>


More information about the asterisk-code-review mailing list