Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
Lucas De Marchi
2011-03-30 22:57:33 -03:00
bovenliggende 6aba74f279
commit 25985edced
2463 gewijzigde bestanden met toevoegingen van 4252 en 4252 verwijderingen

Bestand weergeven

@@ -394,7 +394,7 @@ void dsp_tone_copy(struct dsp *dsp, u8 *data, int len)
while (len) {
/* find sample to start with */
while (42) {
/* warp arround */
/* wrap around */
if (!pat->seq[index]) {
count = 0;
index = 0;