Skip to content

Commit 12fa0aa

Browse files
Fix minor typo ("dynamic")
1 parent 0a28e00 commit 12fa0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/direwolf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ void app_process_rec_packet (int chan, int subchan, int slice, packet_t pp, alev
13371337
text_color_set(DW_COLOR_ERROR);
13381338
dw_printf ("Audio input level is too high. This may cause distortion and reduced decode performance.\n");
13391339
dw_printf ("Solution is to decrease the audio input level.\n");
1340-
dw_printf ("Setting audio input level so most stations are around 50 will provide good dyanmic range.\n");
1340+
dw_printf ("Setting audio input level so most stations are around 50 will provide good dynamic range.\n");
13411341
}
13421342
// FIXME: rather than checking for ichannel, how about checking medium==radio
13431343
else if (alevel.rec < 5 && chan != audio_config.igate_vchannel && subchan != -3) {

0 commit comments

Comments
 (0)