]> git.sesse.net Git - vlc/commitdiff
Win32, projectm: fix mispelling
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Apr 2011 12:30:36 +0000 (14:30 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Apr 2011 16:49:33 +0000 (18:49 +0200)
modules/visualization/projectm.cpp

index 064bde34eb249dc6fcccaf917b6fc2ba6bc2f345..e76e9dd8303fbb9d21029546111f164136a1f45a 100644 (file)
@@ -358,7 +358,7 @@ static void *Thread( void *p_data )
     if ( psz_preset_path == NULL )
     {
         char *psz_data_path = config_GetDataDir( p_filter );
-        asprintf( &psz_preset_path, "%s" DIR_SEP "visualisation", psz_data_path );
+        asprintf( &psz_preset_path, "%s" DIR_SEP "visualization", psz_data_path );
         free( psz_data_path );
     }
 #endif