[vlc-commits] vout: fix typos in comment

Felix Abecassis git at videolan.org
Wed Feb 19 12:57:45 CET 2014


vlc | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Wed Feb 19 12:29:34 2014 +0100| [366a9aa8344aa33c939afe2ab7674273030b350c] | committer: Jean-Baptiste Kempf

vout: fix typos in comment

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/video_output/control.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video_output/control.c b/src/video_output/control.c
index 930e09b..73877d5 100644
--- a/src/video_output/control.c
+++ b/src/video_output/control.c
@@ -188,7 +188,7 @@ int vout_control_Pop(vout_control_t *ctrl, vout_control_cmd_t *cmd,
 
         const mtime_t max_deadline = mdate() + timeout;
 
-        /* Supurious wake up are perfectly fine */
+        /* Spurious wakeups are perfectly fine */
         if (deadline <= VLC_TS_INVALID) {
             ctrl->is_sleeping = true;
             if (ctrl->can_sleep)



More information about the vlc-commits mailing list