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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:11:41 CDT 2021


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


Change subject: spelling: listener
......................................................................

spelling: listener

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



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/17013/1

diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index b75ce95..581e429 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -4431,7 +4431,7 @@
 
 	/* bind the sco listener socket */
 	if (sco_bind(adapter) < 0) {
-		ast_log(LOG_ERROR, "Skipping adapter %s. Error binding audio connection listerner socket.\n", adapter->id);
+		ast_log(LOG_ERROR, "Skipping adapter %s. Error binding audio connection listener socket.\n", adapter->id);
 		goto e_destroy_io;
 	}
 
@@ -4443,7 +4443,7 @@
 
 	/* start the sco listener for this adapter */
 	if (ast_pthread_create_background(&adapter->sco_listener_thread, NULL, do_sco_listen, adapter)) {
-		ast_log(LOG_ERROR, "Skipping adapter %s. Error creating audio connection listerner thread.\n", adapter->id);
+		ast_log(LOG_ERROR, "Skipping adapter %s. Error creating audio connection listener thread.\n", adapter->id);
 		goto e_remove_sco;
 	}
 

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ia953426b1a13c886b07326a7d124951382c71a39
Gerrit-Change-Number: 17013
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/590e2676/attachment.html>


More information about the asterisk-code-review mailing list