[vlc-devel] commit: fixed typo ( Felix Paul Kühne )

git version control git at videolan.org
Sun Mar 23 15:19:00 CET 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Mar 23 14:23:15 2008 +0100| [43b06247ad971a2108f53cd6ddbc06cff523c6b0]

fixed typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43b06247ad971a2108f53cd6ddbc06cff523c6b0
---

 src/config/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/file.c b/src/config/file.c
index d43d2f3..08093f9 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++ )




More information about the vlc-devel mailing list