[vlc-commits] newgrounds.lua: fix typo in error message

Pierre Ynard git at videolan.org
Wed Oct 26 15:51:58 CEST 2016


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Oct 26 15:51:14 2016 +0200| [83619c51a2c08d1ba11bc5c9db0470ba0e8b775a] | committer: Pierre Ynard

newgrounds.lua: fix typo in error message

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

 share/lua/playlist/newgrounds.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/lua/playlist/newgrounds.lua b/share/lua/playlist/newgrounds.lua
index d569b96..d4f21e4 100644
--- a/share/lua/playlist/newgrounds.lua
+++ b/share/lua/playlist/newgrounds.lua
@@ -70,7 +70,7 @@ function parse()
     end
 
     if not path then
-        vlc.msg.err( "Couldn't extract newsgrounds media URL" )
+        vlc.msg.err( "Couldn't extract newgrounds media URL" )
         return { }
     end
 



More information about the vlc-commits mailing list