[Asterisk-code-review] spelling: internal (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:10:59 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16991 )
Change subject: spelling: internal
......................................................................
spelling: internal
Change-Id: I24bc97bbe0cfdf135032358f760ed216b4eade90
---
M apps/app_minivm.c
M include/asterisk/channel.h
M res/res_pjsip_notify.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/91/16991/1
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index b3d76a9..d83a6e7 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -2095,7 +2095,7 @@
}
/*!\internal
- * \brief Send MWI using interal Asterisk event subsystem */
+ * \brief Send MWI using internal Asterisk event subsystem */
static int minivm_mwi_exec(struct ast_channel *chan, const char *data)
{
int argc;
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 541860a..bdb0240 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4471,7 +4471,7 @@
void ast_channel_internal_alertpipe_close(struct ast_channel *chan);
int ast_channel_internal_alert_readfd(struct ast_channel *chan);
int ast_channel_internal_alertpipe_init(struct ast_channel *chan);
-/*! \brief Swap the interal alertpipe between two channels
+/*! \brief Swap the internal alertpipe between two channels
* \note Handle all of the necessary locking before calling this
*/
void ast_channel_internal_alertpipe_swap(struct ast_channel *chan1, struct ast_channel *chan2);
diff --git a/res/res_pjsip_notify.c b/res/res_pjsip_notify.c
index f658c20..0ab76e1 100644
--- a/res/res_pjsip_notify.c
+++ b/res/res_pjsip_notify.c
@@ -1072,7 +1072,7 @@
};
/*!
- * \interanl
+ * \internal
* \brief Completes SIPNotify AMI command in Endpoint mode.
*/
static void manager_notify_endpoint(struct mansession *s,
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16991
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I24bc97bbe0cfdf135032358f760ed216b4eade90
Gerrit-Change-Number: 16991
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/9c6e87f8/attachment.html>
More information about the asterisk-code-review
mailing list