[Asterisk-code-review] spelling: manipulators (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:01 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17021 )
Change subject: spelling: manipulators
......................................................................
spelling: manipulators
Change-Id: I4f8d2a5ec06c20294162f5ba66c6662b53e1cecb
---
M main/audiohook.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/21/17021/1
diff --git a/main/audiohook.c b/main/audiohook.c
index ec3b846..0270946 100644
--- a/main/audiohook.c
+++ b/main/audiohook.c
@@ -610,7 +610,7 @@
ast_audiohook_update_status(audiohook, AST_AUDIOHOOK_STATUS_DONE);
}
- /* Drop any manipulaters */
+ /* Drop any manipulators */
while ((audiohook = AST_LIST_REMOVE_HEAD(&audiohook_list->manipulate_list, list))) {
ast_audiohook_update_status(audiohook, AST_AUDIOHOOK_STATUS_DONE);
audiohook->manipulate_callback(audiohook, NULL, NULL, 0);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17021
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I4f8d2a5ec06c20294162f5ba66c6662b53e1cecb
Gerrit-Change-Number: 17021
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/5f5f4577/attachment.html>
More information about the asterisk-code-review
mailing list