[vlc-devel] commit: Fix typo in comment (Pierre Ynard )

git version control git at videolan.org
Tue Dec 2 18:01:27 CET 2008


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Dec  1 17:14:57 2008 +0100| [d50a6fad1f2c44990abeb019d327929f23acb9e8] | committer: Rémi Denis-Courmont 

Fix typo in comment

Fix typo in comment: "spurious" instead of "supurious"

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d50a6fad1f2c44990abeb019d327929f23acb9e8
---

 src/video_output/video_output.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index bf4ba43..9790f77 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 );




More information about the vlc-devel mailing list