Commit 025a6eb7 authored by Rocky Bernstein's avatar Rocky Bernstein

Spelling.

parent 574ccfac
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* v4l.c : Video4Linux input module for vlc * v4l.c : Video4Linux input module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: v4l.c,v 1.36 2003/12/04 16:49:43 sam Exp $ * $Id: v4l.c,v 1.37 2004/01/03 18:40:01 rocky Exp $
* *
* Author: Laurent Aimar <fenrir@via.ecp.fr> * Author: Laurent Aimar <fenrir@via.ecp.fr>
* Paul Forgey <paulf at aphrodite dot com> * Paul Forgey <paulf at aphrodite dot com>
...@@ -75,7 +75,7 @@ static void DemuxClose ( vlc_object_t * ); ...@@ -75,7 +75,7 @@ static void DemuxClose ( vlc_object_t * );
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for v4l streams. This " \ "Allows you to modify the default caching value for v4l streams. This " \
"value should be set in miliseconds units." ) "value should be set in milliseconds units." )
#define VDEV_TEXT N_("Video device name") #define VDEV_TEXT N_("Video device name")
#define VDEV_LONGTEXT N_( \ #define VDEV_LONGTEXT N_( \
"Specify the name of the video device that will be used. " \ "Specify the name of the video device that will be used. " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment