]> git.sesse.net Git - vlc/commitdiff
Fix Lua documentation (thanks to Dan Brickley)
authorRémi Duraffort <ivoire@videolan.org>
Mon, 5 Apr 2010 18:15:48 +0000 (20:15 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 5 Apr 2010 18:19:50 +0000 (20:19 +0200)
share/lua/README.txt

index 3fbc2421229fe898d708c666e57415a4455ae110..62ea886efafcd156efa6d0286f2dde8199ca7a23 100644 (file)
@@ -4,7 +4,7 @@ $Id$
 1 - About Lua
 =============
 
-Lua documenation is available on http://www.lua.org . The reference manual
+Lua documention is available on http://www.lua.org . The reference manual
 is very usefull: http://www.lua.org/manual/5.1/ .
 VLC uses Lua 5.1
 All the Lua standard libraries are available.
@@ -12,7 +12,7 @@ All the Lua standard libraries are available.
 2 - Lua in VLC
 ==============
 
-3 types of VLC Lua scripts can currently be coded:
+Several types of VLC Lua scripts can currently be coded:
  * Playlist (see playlist/README.txt)
  * Art fetcher (see meta/README.txt)
  * Interface (see intf/README.txt)