[vlc-commits] commit: Fix Lua documentation (thanks to Dan Brickley) ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Mon Apr 5 20:20:02 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Apr 5 20:15:48 2010 +0200| [0631674194358a9e8af5b613a90b626a9993f76e] | committer: Rémi Duraffort
Fix Lua documentation (thanks to Dan Brickley)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0631674194358a9e8af5b613a90b626a9993f76e
---
share/lua/README.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/lua/README.txt b/share/lua/README.txt
index 3fbc242..62ea886 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -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)
More information about the vlc-commits
mailing list