From d50a6fad1f2c44990abeb019d327929f23acb9e8 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Mon, 1 Dec 2008 17:14:57 +0100 Subject: [PATCH 1/1] Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix typo in comment: "spurious" instead of "supurious" Signed-off-by: Rémi Denis-Courmont --- src/video_output/video_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c index bf4ba431e9..9790f77eee 100644 --- a/src/video_output/video_output.c +++ b/src/video_output/video_output.c @@ -1187,7 +1187,7 @@ static void* RunThread( vlc_object_t *p_this ) } else { - /* Wait until a frame is being sent or a supurious wakeup (not a problem here) */ + /* Wait until a frame is being sent or a spurious wakeup (not a problem here) */ vlc_mutex_lock( &p_vout->picture_lock ); vlc_cond_timedwait( &p_vout->p->picture_wait, &p_vout->picture_lock, current_date + VOUT_IDLE_SLEEP ); vlc_mutex_unlock( &p_vout->picture_lock ); -- 2.20.1