Commit 43b06247 authored by Felix Paul Kühne's avatar Felix Paul Kühne

fixed typo

parent 27bee6c9
......@@ -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++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment