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. */