From 7285ba33eebccfee960555f50771581f13d44038 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 30 Oct 2021 21:04:42 -0400 Subject: [PATCH] formats: Spelling fixes Correct typos of the following word families: truncate ASTERISK-29714 Change-Id: I6507760c72b919873cff7cac22b3781036cd4955 --- formats/format_ogg_speex.c | 2 +- formats/format_ogg_vorbis.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/formats/format_ogg_speex.c b/formats/format_ogg_speex.c index 0d7a8fd596..7dc95ab80a 100644 --- a/formats/format_ogg_speex.c +++ b/formats/format_ogg_speex.c @@ -243,7 +243,7 @@ static struct ast_frame *ogg_speex_read(struct ast_filestream *fs, } /*! - * \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 ba86842f77..abeed61fbf 100644 --- a/formats/format_ogg_vorbis.c +++ b/formats/format_ogg_vorbis.c @@ -336,7 +336,7 @@ static struct ast_frame *ogg_vorbis_read(struct ast_filestream *fs, } /*! - * \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. */