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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:03:27 CDT 2021


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


Change subject: spelling: already
......................................................................

spelling: already

Change-Id: Ifa952ec901595a57b7b5a927dfefb49cc0cd98e0
---
M channels/chan_unistim.c
M main/core_local.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/18/16718/1

diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index 99cd2d1..5b4a97f 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -6513,7 +6513,7 @@
 	d = devices;
 	while (d) {
 		if (!strcmp(d->name, cat)) {
-			/* Yep, we alreay have this one */
+			/* Yep, we already have this one */
 			if (unistimsock < 0) {
 				/* It's a dupe */
 				ast_log(LOG_WARNING, "Duplicate entry found (%s), ignoring.\n", cat);
diff --git a/main/core_local.c b/main/core_local.c
index 15a546c..d4e4001 100644
--- a/main/core_local.c
+++ b/main/core_local.c
@@ -285,7 +285,7 @@
 
 	found = p ? ao2_find(locals, p, 0) : NULL;
 	if (!found) {
-		/* ast is either not a local channel or it has alredy been hungup */
+		/* ast is either not a local channel or it has already been hungup */
 		return NULL;
 	}
 	ao2_lock(found);

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifa952ec901595a57b7b5a927dfefb49cc0cd98e0
Gerrit-Change-Number: 16718
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/e3d53578/attachment.html>


More information about the asterisk-code-review mailing list