]> git.sesse.net Git - vlc/commitdiff
* src/libvlc-module.c: typo autorise -> authorise
authorDennis van Amerongen <trax@videolan.org>
Sat, 15 Dec 2007 23:18:43 +0000 (23:18 +0000)
committerDennis van Amerongen <trax@videolan.org>
Sat, 15 Dec 2007 23:18:43 +0000 (23:18 +0000)
src/libvlc-module.c

index ead73e61d9cc64527228a75a82958043f5466a2e..5eb1fe74cec9e847edf783cec05cab9cf450e5f0 100644 (file)
@@ -1065,7 +1065,7 @@ static const char *ppsz_clock_descriptions[] =
     "Automatically preparse files added to the playlist " \
     "(to retrieve some metadata)." )
 
-#define FETCH_META_TEXT N_( "Autorise meta information fetching" )
+#define FETCH_META_TEXT N_( "Authorise meta information fetching" )
 #define FETCH_META_LONGTEXT N_( \
     "Specify if you want to attempt to fetch files'"\
     "meta informations using the network." )