From: Josh Soref Date: Sun, 31 Oct 2021 01:04:42 +0000 (-0400) Subject: formats: Spelling fixes X-Git-Tag: 16.23.0-rc1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714018e59ac1de201175dcb148cefb34928e6ea9;p=thirdparty%2Fasterisk.git formats: Spelling fixes Correct typos of the following word families: truncate ASTERISK-29714 Change-Id: I6507760c72b919873cff7cac22b3781036cd4955 --- 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. */