codecs: Spelling fixes

Correct typos of the following word families:

voiced
denumerator
codeword
upsampling
constructed
residual
subroutine
conditional
quantizing
courtesy
number

ASTERISK-29714

Change-Id: I471fb8086a5277d8f05047fedee22cfa97a4252d
This commit is contained in:
Josh Soref
2021-10-30 21:04:43 -04:00
committed by Joshua Colp
parent 50a43ab987
commit b6295840d7
15 changed files with 32 additions and 32 deletions

View File

@@ -309,7 +309,7 @@ static int quantize(
/*
* QUAN
*
* Obtain codword i for 'd'.
* Obtain codeword i for 'd'.
*/
i = quan(dln, table, size);
if (d < 0) { /* take 1's complement of i */