[Asterisk-code-review] spelling: priority (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:14:35 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17117 )
Change subject: spelling: priority
......................................................................
spelling: priority
Change-Id: I6755772707e91119cfdc19de2b129e08d72f142e
---
M apps/app_queue.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/17/17117/1
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 32a5f79..c98261b 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -7504,7 +7504,7 @@
res = RES_NOT_CALLER;
for (qe = q->head; qe; qe = qe->next) {
if (strcmp(ast_channel_name(qe->chan), caller) == 0) {
- ast_debug(1, "%s Caller new prioriry %d in queue %s\n",
+ ast_debug(1, "%s Caller new priority %d in queue %s\n",
caller, priority, queuename);
qe->prio = priority;
res = RES_OKAY;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17117
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6755772707e91119cfdc19de2b129e08d72f142e
Gerrit-Change-Number: 17117
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/45d617c9/attachment.html>
More information about the asterisk-code-review
mailing list