]> git.sesse.net Git - vlc/blobdiff - src/misc/variables.c
* Spelling fixes here and there.
[vlc] / src / misc / variables.c
index 1dd6235bdef426231c4e3879ca971a27d3b3b91c..495ac58db22215cf9f0f2380cf7df389132ad2a2 100644 (file)
@@ -936,7 +936,7 @@ void __var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
     if( psz_value ) i_name_len = psz_value - psz_option;
     else i_name_len = strlen( psz_option );
 
-    /* It's too much of an hassle to remove the ':' when we parse
+    /* It's too much of a hassle to remove the ':' when we parse
      * the cmd line :) */
     if( i_name_len && *psz_option == ':' )
     {