[vlc-commits] access: dc1394: Fix spelling of 'released'

Sebastian Ramacher git at videolan.org
Wed Sep 27 09:02:01 CEST 2017


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:49 2017 +0200| [60f355bea2e03b133ec1b59aff91d18f3754c990] | committer: Thomas Guillem

access: dc1394: Fix spelling of 'released'

Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 modules/access/dc1394.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/dc1394.c b/modules/access/dc1394.c
index 40031b58e6..00be5417f7 100644
--- a/modules/access/dc1394.c
+++ b/modules/access/dc1394.c
@@ -541,7 +541,7 @@ static int process_options( demux_t *p_demux )
                     */
                 msg_Err( p_demux,
                     "video size of 160x120 is actually disabled for lack of"
-                    "chroma support. It will relased ASAP, until then try "
+                    "chroma support. It will be released ASAP, until then try "
                     "an higher size (320x240 and 640x480 are fully supported)" );
                 free(psz_dup);
                 return VLC_EGENERIC;



More information about the vlc-commits mailing list