[vlc-commits] Fix typo in http interface

Eren Inan Canpolat git at videolan.org
Fri Nov 11 00:19:27 CET 2011


vlc | branch: master | Eren Inan Canpolat <eren.canpolat at gmail.com> | Thu Nov 10 22:43:32 2011 +0100| [3323b27cf697653a5022066c640a43bfd577c383] | committer: Jean-Baptiste Kempf

Fix typo in http interface

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3323b27cf697653a5022066c640a43bfd577c383
---

 share/lua/http/js/controlers.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/http/js/controlers.js b/share/lua/http/js/controlers.js
index 7a406a9..a24160e 100644
--- a/share/lua/http/js/controlers.js
+++ b/share/lua/http/js/controlers.js
@@ -88,7 +88,7 @@ function updateStatus() {
                         orientation: "vertical",
                         stop: function (event, ui) {
                             $('#' + $(this).attr('id') + '_txt').empty().append(ui.value + 'dB');
-                            sendCommad({
+                            sendCommand({
                                 command: 'equalizer',
                                 val: ui.value,
                                 band: $(this).attr('id').substr(2)



More information about the vlc-commits mailing list