]> git.sesse.net Git - vlc/commitdiff
Spell fix
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 25 May 2006 14:52:17 +0000 (14:52 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 25 May 2006 14:52:17 +0000 (14:52 +0000)
include/configuration.h

index 2d775d0d28eabaadacf5e4154a5e4fc1c9632e25..58466ab3ad58717c961cd21c7af351449d2c1ed9 100644 (file)
@@ -154,7 +154,7 @@ struct module_config_t
     vlc_mutex_t *p_lock;            /* Lock to use when modifying the config */
     vlc_bool_t   b_dirty;          /* Dirty flag to indicate a config change */
     vlc_bool_t   b_advanced;          /* Flag to indicate an advanced option */
-    vlc_bool_t   b_internal;   /* Flag to indicate option is not to be shows */
+    vlc_bool_t   b_internal;   /* Flag to indicate option is not to be shown */
 
     /* Original option values */
     char        *psz_value_orig;