Changeset 481fb380f0459349f2e3b09d48fa1e5196a77e3f

Show
Ignore:
Timestamp:
03/01/04 19:41:36 (5 years ago)
Author:
Rocky Bernstein <rocky@videolan.org>
git-committer:
Rocky Bernstein <rocky@videolan.org> 1073155296 +0000
git-parent:

[025a6eb76b36d3498c1620e9c6adf6189c825e49]

git-author:
Rocky Bernstein <rocky@videolan.org> 1073155296 +0000
Message:

Sorry to be so pedantic - grammar (and spelling)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/ftp.c

    r83b62c9 r481fb38  
    33 ***************************************************************************** 
    44 * Copyright (C) 2001-2003 VideoLAN 
    5  * $Id: ftp.c,v 1.22 2004/01/03 17:48:38 rocky Exp $ 
     5 * $Id: ftp.c,v 1.23 2004/01/03 18:41:36 rocky Exp $ 
    66 * 
    77 * Authors: Laurent Aimar <fenrir@via.ecp.fr> 
     
    8686#define CACHING_LONGTEXT N_( \ 
    8787    "Allows you to modify the default caching value for ftp streams. This " \ 
    88     "value should be set in milliseconds units." ) 
     88    "value should be set in millisecond units." ) 
    8989 
    9090vlc_module_begin(); 
  • modules/access/http.c

    r9d010d5 r481fb38  
    33 ***************************************************************************** 
    44 * Copyright (C) 2001, 2002 VideoLAN 
    5  * $Id: http.c,v 1.48 2004/01/03 17:49:35 rocky Exp $ 
     5 * $Id: http.c,v 1.49 2004/01/03 18:41:36 rocky Exp $ 
    66 * 
    77 * Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    8080#define CACHING_LONGTEXT N_( \ 
    8181    "Allows you to modify the default caching value for http streams. This " \ 
    82     "value should be set in milliseconds units." ) 
     82    "value should be set in millisecond units." ) 
    8383 
    8484vlc_module_begin(); 
  • modules/access/v4l/v4l.c

    r025a6eb r481fb38  
    33 ***************************************************************************** 
    44 * Copyright (C) 2002 VideoLAN 
    5  * $Id: v4l.c,v 1.37 2004/01/03 18:40:01 rocky Exp $ 
     5 * $Id: v4l.c,v 1.38 2004/01/03 18:41:36 rocky Exp $ 
    66 * 
    77 * Author: Laurent Aimar <fenrir@via.ecp.fr> 
     
    7676#define CACHING_LONGTEXT N_( \ 
    7777    "Allows you to modify the default caching value for v4l streams. This " \ 
    78     "value should be set in milliseconds units." ) 
     78    "value should be set in millisecond units." ) 
    7979#define VDEV_TEXT N_("Video device name") 
    8080#define VDEV_LONGTEXT N_( \