[vlc-commits] Fix typo in comment

Pierre Ynard git at videolan.org
Mon Oct 22 02:46:24 CEST 2012


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Oct 22 02:46:02 2012 +0200| [3d3db0e575ffaccab568d712ecd083fdff558e6a] | committer: Pierre Ynard

Fix typo in comment

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

 include/vlc_sout.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index 369db20..87d8229 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -41,7 +41,7 @@ extern "C" {
 #include <vlc_es.h>
 
 /** Stream output instance (FIXME: should be private to src/ to avoid
- * invalid unsycnrhonized access) */
+ * invalid unsynchronized access) */
 struct sout_instance_t
 {
     VLC_COMMON_MEMBERS



More information about the vlc-commits mailing list