[vlc-commits] lua: typo in the documentation
Rémi Duraffort
git at videolan.org
Wed Jul 13 11:10:53 CEST 2011
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Jul 11 14:47:15 2011 +0200| [5b818e66b7770cae4d7ad3180acc49a191f5b069] | committer: Rémi Duraffort
lua: typo in the documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b818e66b7770cae4d7ad3180acc49a191f5b069
---
share/lua/README.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/README.txt b/share/lua/README.txt
index 1e45f83..ae0e492 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -229,7 +229,7 @@ OSD
osd.icon( type, [id] ): Display an icon on the given OSD channel. Uses the
default channel is none is given. Icon types are: "pause", "play",
"speaker" and "mute".
-osd.message( string, [id], [position], [duration]: Display the text message on
+osd.message( string, [id], [position], [duration] ): Display the text message on
the given OSD channel. Position types are: "center", "left", "right", "top",
"bottom", "top-left", "top-right", "bottom-left" or "bottom-right". The
duration is set in microseconds.
More information about the vlc-commits
mailing list