From e5d388280a40f7387907158698a63a3f795deb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 5 Oct 2009 16:48:06 +0000 Subject: fixed typo: it's really "nunchuk" and not "nunchuck" svn path=/trunk/externals/hardware/wiimote/; revision=12530 --- wiimote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1