# HG changeset patch # User corey # Date 1149546222 0 # Node ID de155823ef82201938ec966d7273ad6133b63e18 # Parent bd5e0a0b89e8f744eb3a1b9af40b261a16e7407f Fix a few minor spelling errors in comments. diff -r bd5e0a0b89e8 -r de155823ef82 libaf/af_karaoke.c --- a/libaf/af_karaoke.c Mon Jun 05 22:23:33 2006 +0000 +++ b/libaf/af_karaoke.c Mon Jun 05 22:23:42 2006 +0000 @@ -46,9 +46,9 @@ register int i; /* - FIXME1 add a low band pass filter to avoid supressing + FIXME1 add a low band pass filter to avoid suppressing centered bass/drums - FIXME2 better calculated* atenuation factor + FIXME2 better calculated* attenuation factor */ for(i=0;icapability.audios) { priv->audio[priv->audio_id].flags &= ~VIDEO_AUDIO_MUTE; diff -r bd5e0a0b89e8 -r de155823ef82 libmpdemux/tvi_v4l2.c --- a/libmpdemux/tvi_v4l2.c Mon Jun 05 22:23:33 2006 +0000 +++ b/libmpdemux/tvi_v4l2.c Mon Jun 05 22:23:42 2006 +0000 @@ -687,7 +687,7 @@ case TVI_CONTROL_TUN_SET_FREQ: #if 0 set_mute(priv, 1); - usleep(100000); // wait to supress noise during switching + usleep(100000); // wait to suppress noise during switching #endif frequency.tuner = 0; frequency.type = V4L2_TUNER_ANALOG_TV; @@ -698,7 +698,7 @@ return TVI_CONTROL_FALSE; } #if 0 - usleep(100000); // wait to supress noise during switching + usleep(100000); // wait to suppress noise during switching set_mute(priv, 0); #endif return TVI_CONTROL_TRUE;