[Asterisk-code-review] spelling: acknowledge (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:02:52 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16675 )
Change subject: spelling: acknowledge
......................................................................
spelling: acknowledge
Change-Id: I73fd0c3f5b9f207156e6c153f6cd86ae40170ac8
---
M main/channel.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/75/16675/1
diff --git a/main/channel.c b/main/channel.c
index 9239630..e7e9d9d 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -3587,7 +3587,7 @@
switch (res) {
case AST_TIMING_EVENT_EXPIRED:
if (ast_timer_ack(ast_channel_timer(chan), 1) < 0) {
- ast_log(LOG_ERROR, "Failed to acknoweldge timer in ast_read\n");
+ ast_log(LOG_ERROR, "Failed to acknowledge timer in ast_read\n");
goto done;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16675
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I73fd0c3f5b9f207156e6c153f6cd86ae40170ac8
Gerrit-Change-Number: 16675
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/5f28ee7b/attachment.html>
More information about the asterisk-code-review
mailing list