[vlc-devel] commit: Typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Sep 10 21:15:57 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Sep 10 22:19:19 2008 +0300| [168562ad5b92e18b01798581f5e31546bcef399e] | committer: Rémi Denis-Courmont 

Typo

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

 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 50575dd..fcb98ac 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -466,7 +466,7 @@ vout_thread_t * __vout_Create( vlc_object_t *p_parent, video_format_t *p_fmt )
  * vout_Close: Close a vout created by vout_Create.
  *****************************************************************************
  * You HAVE to call it on vout created by vout_Create before vlc_object_release.
- * You should NEVER call it on vout not obtained though vout_Create
+ * You should NEVER call it on vout not obtained through vout_Create
  * (like with vout_Request or vlc_object_find.)
  * You can use vout_CloseAndRelease() as a convenient method.
  *****************************************************************************/




More information about the vlc-devel mailing list