]> git.alsa-project.org Git - alsa-python.git/commitdiff
hcontrol: fix a typo
authorClemens Ladisch <clemens@ladisch.de>
Mon, 12 Oct 2009 06:49:07 +0000 (08:49 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 12 Oct 2009 06:49:07 +0000 (08:49 +0200)
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
pyalsa/alsahcontrol.c

index ee66d478aad83f648ed24bda2e5c4f3ff768a15a..dca5dac62882311fb12db166511fca67b2d6aff8 100644 (file)
@@ -1500,7 +1500,7 @@ initalsahcontrol(void)
        PyDict_SetItemString(d1, pname, o); \
        Py_DECREF(o); }
        
-       add_space4("VALUS", VALUE);
+       add_space4("VALUE", VALUE);
        add_space4("INFO", INFO);
        add_space4("ADD", ADD);
        add_space4("TLV", TLV);