]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
formats: Spelling fixes
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 31 Oct 2021 01:04:42 +0000 (21:04 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 16 Nov 2021 11:37:10 +0000 (05:37 -0600)
Correct typos of the following word families:

truncate

ASTERISK-29714

Change-Id: I6507760c72b919873cff7cac22b3781036cd4955

formats/format_ogg_speex.c
formats/format_ogg_vorbis.c

index 0d7a8fd596da03acc1bade370ed5970958aafcad..7dc95ab80a5f85bb079c4d68826ce91e5751fbfe 100644 (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.
  */
index ba86842f77df906e7dd1834fb58742bf11d482c3..abeed61fbf58f8fbccd633a9697055caf2d39fa4 100644 (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.
  */