[vlc-devel] commit: fix comment. (Antoine Cellerier )
git version control
git at videolan.org
Wed Jan 6 23:30:33 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Jan 5 22:34:42 2010 +0100| [3e374b079ec3eccc41db7f6d66a13aedb7c40ba6] | committer: Antoine Cellerier
fix comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e374b079ec3eccc41db7f6d66a13aedb7c40ba6
---
share/lua/intf/rc.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/intf/rc.lua b/share/lua/intf/rc.lua
index af78f4c..6e86b01 100644
--- a/share/lua/intf/rc.lua
+++ b/share/lua/intf/rc.lua
@@ -160,7 +160,7 @@ function quit(name,client)
end
function add(name,client,arg)
- -- TODO: par single and double quotes properly
+ -- TODO: parse single and double quotes properly
local f
if name == "enqueue" then
f = vlc.playlist.enqueue
More information about the vlc-devel
mailing list