]> git.sesse.net Git - vlc/commitdiff
Grammar correction.
authorRocky Bernstein <rocky@videolan.org>
Sat, 20 Dec 2003 11:56:56 +0000 (11:56 +0000)
committerRocky Bernstein <rocky@videolan.org>
Sat, 20 Dec 2003 11:56:56 +0000 (11:56 +0000)
modules/access/cdda/cdda.c

index ef7b144772713075e6c43ff3aece7497f8debbcb..8f55908124b476433f255ea611d9e514602d734f 100644 (file)
@@ -2,7 +2,7 @@
  * cddax.c : CD digital audio input module for vlc using libcdio
  *****************************************************************************
  * Copyright (C) 2000,2003 VideoLAN
- * $Id: cdda.c,v 1.13 2003/12/13 12:56:59 rocky Exp $
+ * $Id: cdda.c,v 1.14 2003/12/20 11:56:56 rocky Exp $
  *
  * Authors: Rocky Bernstein <rocky@panix.com> 
  *          Laurent Aimar <fenrir@via.ecp.fr>
@@ -169,7 +169,7 @@ vlc_module_begin();
 
     add_bool( MODULE_STRING "-cddb-httpd", 0, NULL,
              N_("Contact CDDB via the HTTP protocol?"),
-             N_("If set, the CDDB server get information via the CDDB HTTP "
+             N_("If set, the CDDB server gets information via the CDDB HTTP "
                 "protocol"),
              VLC_TRUE );