aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-10-05 16:48:06 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-10-05 16:48:06 +0000
commite5d388280a40f7387907158698a63a3f795deb2d (patch)
tree1072cbaabb81b6d8da00de6a1ca931859f398e18
parent42a3aaecd0d992490edbb9bd10d6164eef78c4cf (diff)
fixed typo: it's really "nunchuk" and not "nunchuck"
svn path=/trunk/externals/hardware/wiimote/; revision=12530
-rw-r--r--wiimote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiimote.c b/wiimote.c
index a13ee76..ed7a04b 100644
--- a/wiimote.c
+++ b/wiimote.c
@@ -616,7 +616,7 @@ static void wiimote_reportIR(t_wiimote *x, t_floatarg f)
static void wiimote_reportNunchuk(t_wiimote *x, t_floatarg f)
{
- wiimote_report(x, gensym("nunchuck"), f);
+ wiimote_report(x, gensym("nunchuk"), f);
}
static void wiimote_reportMotionplus(t_wiimote *x, t_floatarg f)