]> git.sesse.net Git - vlc/commitdiff
"too"!=2=="two"
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 11 Apr 2006 23:56:54 +0000 (23:56 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 11 Apr 2006 23:56:54 +0000 (23:56 +0000)
src/misc/configuration.c

index 3e56a4785b36b62ed19067534cf27a076e6aefcb..83b4caa43653dda03bfa6c3e168aa2054da86e50 100644 (file)
@@ -1380,7 +1380,7 @@ int __config_LoadCmdLine( vlc_object_t *p_this, int *pi_argc, char *ppsz_argv[],
         p_parser = (module_t *)p_list->p_values[i_modules_index].p_object ;
 
         /* count the number of exported configuration options (to allocate
-         * longopts). We also need to allocate space for too options when
+         * longopts). We also need to allocate space for two options when
          * dealing with boolean to allow for --foo and --no-foo */
         i_opts += p_parser->i_config_items
                      + 2 * p_parser->i_bool_items;