Commit 83b62c9f authored by Rocky Bernstein's avatar Rocky Bernstein

Spelling - probably cut and pated from somewhere else.

parent 6a604ff8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ftp.c: * ftp.c:
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2003 VideoLAN * Copyright (C) 2001-2003 VideoLAN
* $Id: ftp.c,v 1.21 2003/09/10 21:09:05 fenrir Exp $ * $Id: ftp.c,v 1.22 2004/01/03 17:48:38 rocky Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -85,7 +85,7 @@ static int ftp_StopStream ( input_thread_t *); ...@@ -85,7 +85,7 @@ static int ftp_StopStream ( input_thread_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 ftp streams. This " \ "Allows you to modify the default caching value for ftp streams. This " \
"value should be set in miliseconds units." ) "value should be set in milliseconds units." )
vlc_module_begin(); vlc_module_begin();
set_description( _("FTP input") ); set_description( _("FTP input") );
......
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