]> git.sesse.net Git - vlc/commitdiff
lua: typo in the documentation
authorRémi Duraffort <ivoire@videolan.org>
Mon, 11 Jul 2011 12:47:15 +0000 (14:47 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 13 Jul 2011 08:48:03 +0000 (10:48 +0200)
share/lua/README.txt

index 1e45f83d53e85d6a6ee2d89b6b837f8b1449494c..ae0e492a468d7eb9faabc33a1855fa09edf72c5d 100644 (file)
@@ -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.