]> git.sesse.net Git - vlc/commitdiff
fixed typo
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 23 Mar 2008 13:23:15 +0000 (14:23 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 23 Mar 2008 14:17:14 +0000 (15:17 +0100)
src/config/file.c

index d43d2f3f974002c07fc45a260c363f2cf4de9bb2..08093f954a0bf7ecdc17149a5e9a1764d43aa152 100644 (file)
@@ -503,7 +503,7 @@ static int SaveConfigFile( vlc_object_t *p_this, const char *psz_module_name,
     }
 
     fprintf( file, "\xEF\xBB\xBF###\n###  " COPYRIGHT_MESSAGE "\n###\n\n"
-       "###\n### lines begining with a '#' character are comments\n###\n\n" );
+       "###\n### lines beginning with a '#' character are comments\n###\n\n" );
 
     /* Look for the selected module, if NULL then save everything */
     for( i_index = 0; i_index < p_list->i_count; i_index++ )