[Asterisk-code-review] spelling: invocation (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:11:06 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16997 )
Change subject: spelling: invocation
......................................................................
spelling: invocation
Change-Id: I5196e8ea746a53f72ad63d1123904b0952671a11
---
M channels/chan_sip.c
M res/res_musiconhold.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/97/16997/1
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index d2f168f..fc67028 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -22250,7 +22250,7 @@
/*! \brief Support routine for 'sip show channel' and 'sip show history' CLI
* This is in charge of generating all strings that match a prefix in the
- * given position. As many functions of this kind, each invokation has
+ * given position. As many functions of this kind, each invocation has
* O(state) time complexity so be careful in using it.
*/
static char *complete_sipch(const char *line, const char *word, int pos, int state)
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 9811ea7..2ad3bd1 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -1504,7 +1504,7 @@
/*! \brief Support routing for 'moh unregister class' CLI
* This is in charge of generating all strings that match a prefix in the
- * given position. As many functions of this kind, each invokation has
+ * given position. As many functions of this kind, each invocation has
* O(state) time complexity so be careful in using it.
*/
static char *complete_mohclass_realtime(const char *line, const char *word, int pos, int state)
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16997
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5196e8ea746a53f72ad63d1123904b0952671a11
Gerrit-Change-Number: 16997
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/39d1d568/attachment.html>
More information about the asterisk-code-review
mailing list