formats: Spelling fixes

Correct typos of the following word families:

truncate

ASTERISK-29714

Change-Id: I6507760c72b919873cff7cac22b3781036cd4955
This commit is contained in:
Josh Soref 2021-10-30 21:04:42 -04:00 committed by Joshua Colp
parent 623fece76d
commit 7285ba33ee
2 changed files with 2 additions and 2 deletions

View File

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

View File

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