Skip to content

Commit 4e63368

Browse files
committed
Fix spelling mistakes.
1 parent 0cbe2f0 commit 4e63368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Beginner/Audio_Playback/wav_seeker.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void wav_play_rl(FILE *wavefile, AdvancedDAC &dac_out, bool verbosity){
159159
slice_value/=wav_format.num_channels;
160160

161161
switch (wav_format.sig_bps) {
162-
// Working for 8 bit for 12 bit output - acceleartes in the end
162+
// Working for 8 bit for 12 bit output - accelerates in the end
163163
case 8: slice_value<<=4;
164164
break;
165165
// WORKING 12 BIT - SCALING DOWN FROM 16 BIT TO 12 BIT (Applied from 16-Bit wav sample files )

0 commit comments

Comments
 (0)