]> git.sesse.net Git - vlc/commitdiff
Fix typo in http interface
authorEren Inan Canpolat <eren.canpolat@gmail.com>
Thu, 10 Nov 2011 21:43:32 +0000 (22:43 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 10 Nov 2011 23:18:56 +0000 (00:18 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/http/js/controlers.js

index 7a406a9dc24d85b298fc308ed8069a3b826d1cc5..a24160e98c105310c2158ab42abf41eb54e2ef9e 100644 (file)
@@ -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)