[Asterisk-code-review] formats: Spelling fixes (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 13:50:23 CST 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17323 )
Change subject: formats: Spelling fixes
......................................................................
formats: Spelling fixes
Correct typos of the following word families:
truncate
ASTERISK-29714
Change-Id: I6507760c72b919873cff7cac22b3781036cd4955
---
M formats/format_ogg_speex.c
M formats/format_ogg_vorbis.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/17323/1
diff --git a/formats/format_ogg_speex.c b/formats/format_ogg_speex.c
index 0d7a8fd..7dc95ab 100644
--- a/formats/format_ogg_speex.c
+++ b/formats/format_ogg_speex.c
@@ -243,7 +243,7 @@
}
/*!
- * \brief Trucate an OGG/Speex filestream.
+ * \brief Truncate an OGG/Speex filestream.
* \param s The filestream to truncate.
* \return 0 on success, -1 on failure.
*/
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index ba86842..abeed61 100644
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -336,7 +336,7 @@
}
/*!
- * \brief Trucate an OGG/Vorbis filestream.
+ * \brief Truncate an OGG/Vorbis filestream.
* \param fs The filestream to truncate.
* \return 0 on success, -1 on failure.
*/
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17323
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6507760c72b919873cff7cac22b3781036cd4955
Gerrit-Change-Number: 17323
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/bcfc3593/attachment.html>
More information about the asterisk-code-review
mailing list