From 43b06247ad971a2108f53cd6ddbc06cff523c6b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 23 Mar 2008 14:23:15 +0100 Subject: [PATCH] fixed typo --- src/config/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/file.c b/src/config/file.c index d43d2f3f97..08093f954a 100644 --- a/src/config/file.c +++ b/src/config/file.c @@ -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++ ) -- 2.39.2