[Asterisk-code-review] spelling: initialize (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:10:32 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16976 )
Change subject: spelling: initialize
......................................................................
spelling: initialize
Change-Id: I38a87673995d544da7edd1010191f99e08741137
---
M addons/chan_ooh323.c
M channels/vcodecs.c
M main/ccss.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/76/16976/1
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index 814022c..170a5c9 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -2851,7 +2851,7 @@
ooH323EpClearAllAliases();
}
- /* Inintialize everything to default */
+ /* Initialize everything to default */
snprintf(gLogFile, sizeof(gLogFile), "%s/%s", ast_config_AST_LOG_DIR, DEFAULT_LOGFILE);
gPort = 1720;
gIP[0] = '\0';
diff --git a/channels/vcodecs.c b/channels/vcodecs.c
index d887c6d..2d52111 100644
--- a/channels/vcodecs.c
+++ b/channels/vcodecs.c
@@ -45,7 +45,7 @@
typedef struct ast_frame *(*encoder_encap_f)(struct fbuf_t *, int mtu,
struct ast_frame **tail);
-/*! \brief inizialize the decoder */
+/*! \brief initialize the decoder */
typedef int (*decoder_init_f)(AVCodecContext *enc_ctx);
/*! \brief extract the bitstream from RTP frames and store in the fbuf.
diff --git a/main/ccss.c b/main/ccss.c
index aef4e5c..f905957 100644
--- a/main/ccss.c
+++ b/main/ccss.c
@@ -2226,7 +2226,7 @@
/*!
* \internal
- * \brief Allocate and intitialize a device cc_monitor
+ * \brief Allocate and initialize a device cc_monitor
*
* For all intents and purposes, this is the same as
* cc_extension_monitor_init, except that there is only
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16976
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I38a87673995d544da7edd1010191f99e08741137
Gerrit-Change-Number: 16976
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/0ca57768/attachment.html>
More information about the asterisk-code-review
mailing list