[Asterisk-code-review] spelling: descriptor (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:27 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16870 )
Change subject: spelling: descriptor
......................................................................
spelling: descriptor
Change-Id: If805a84269ac9c9f72de12da46f3801b12224d06
---
M addons/ooh323c/src/ooh245.c
M contrib/utils/eagi_proxy.c
M formats/format_ogg_speex.c
M include/asterisk/channel.h
M include/asterisk/res_pjproject.h
5 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/16870/1
diff --git a/addons/ooh323c/src/ooh245.c b/addons/ooh323c/src/ooh245.c
index ff4a51c..cd5bbae 100644
--- a/addons/ooh323c/src/ooh245.c
+++ b/addons/ooh323c/src/ooh245.c
@@ -771,7 +771,7 @@
return OO_FAILED;
}
- /* Define capability descriptior */
+ /* Define capability descriptor */
capDesc = (H245CapabilityDescriptor*)
memAlloc(pctxt, sizeof(H245CapabilityDescriptor));
memset(capDesc, 0, sizeof(H245CapabilityDescriptor));
diff --git a/contrib/utils/eagi_proxy.c b/contrib/utils/eagi_proxy.c
index f87c6b4..9cc3cc5 100644
--- a/contrib/utils/eagi_proxy.c
+++ b/contrib/utils/eagi_proxy.c
@@ -78,7 +78,7 @@
*/
int command_desc; /* command transfer descriptor */
-int speech_desc; /* speech signal descrriptor */
+int speech_desc; /* speech signal descriptor */
char connected=1; /* connection state */
int connect_to_host(char* host, int port); /* connect to a given host (name or IP) and given port number in nonblocking mode returning socket descriptor*/
diff --git a/formats/format_ogg_speex.c b/formats/format_ogg_speex.c
index 0d7a8fd..6ba533d 100644
--- a/formats/format_ogg_speex.c
+++ b/formats/format_ogg_speex.c
@@ -110,7 +110,7 @@
"Corrupt or missing data in bitstream; continuing...\n");
}
- /* No, we need to read more data from the file descrptor */
+ /* No, we need to read more data from the file descriptor */
/* get a buffer from OGG to read the data into */
buffer = ogg_sync_buffer(&s->oy, BLOCK_SIZE);
bytes = fread(buffer, 1, BLOCK_SIZE, fs->f);
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 0b47ea2..6a0be09 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4485,7 +4485,7 @@
/*!
* \since 15
- * \brief Retrieve the number of file decriptor positions present on the channel
+ * \brief Retrieve the number of file descriptor positions present on the channel
*
* \param chan The channel to get the count of
*
diff --git a/include/asterisk/res_pjproject.h b/include/asterisk/res_pjproject.h
index d195c0f..2257735 100644
--- a/include/asterisk/res_pjproject.h
+++ b/include/asterisk/res_pjproject.h
@@ -54,7 +54,7 @@
* \brief Begin PJPROJECT log interception for CLI output.
* \since 13.8.0
*
- * \param fd CLI file descriptior to send intercepted output.
+ * \param fd CLI file descriptor to send intercepted output.
*
* \note ast_pjproject_log_intercept_begin() and
* ast_pjproject_log_intercept_end() must always be called
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16870
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: If805a84269ac9c9f72de12da46f3801b12224d06
Gerrit-Change-Number: 16870
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/8d96ca46/attachment.html>
More information about the asterisk-code-review
mailing list