]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/services_discovery.c
Spelling
[vlc] / modules / misc / lua / services_discovery.c
index c0017bacb857681bddbf56a624dcf4cddfe0d1a9..65b67a0d891fb6d5d6b31acb08d6a1c7caef06ab 100644 (file)
@@ -164,7 +164,7 @@ static void* Run( void *data )
     lua_getglobal( L, "main" );
     if( !lua_isfunction( L, lua_gettop( L ) ) || lua_pcall( L, 0, 1, 0 ) )
     {
-        msg_Err( p_sd, "Error while runing script %s, "
+        msg_Err( p_sd, "Error while running script %s, "
                   "function main(): %s", p_sys->psz_filename,
                   lua_tostring( L, lua_gettop( L ) ) );
         lua_pop( L, 1 );