Commit 9d010d54 authored by Rocky Bernstein's avatar Rocky Bernstein

Spelling - See I told you it was cut and pasted from somehwere!

parent 83b62c9f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* http.c: HTTP access plug-in * http.c: HTTP access plug-in
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * Copyright (C) 2001, 2002 VideoLAN
* $Id: http.c,v 1.47 2003/12/21 23:32:58 sam Exp $ * $Id: http.c,v 1.48 2004/01/03 17:49:35 rocky Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -79,7 +79,7 @@ static ssize_t Read ( input_thread_t *, byte_t *, size_t ); ...@@ -79,7 +79,7 @@ static ssize_t Read ( input_thread_t *, byte_t *, size_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 http streams. This " \ "Allows you to modify the default caching value for http streams. This " \
"value should be set in miliseconds units." ) "value should be set in milliseconds units." )
vlc_module_begin(); vlc_module_begin();
add_category_hint( N_("http"), NULL, VLC_FALSE ); add_category_hint( N_("http"), NULL, VLC_FALSE );
......
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