From 2a7702c043d6829875decf6a79047c70a5e64d99 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 12 Dec 2012 12:02:28 -0600 Subject: [PATCH] Fix spelling error caught with Codespell. --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.c b/src/io.c index e94064f..fcbc0b2 100644 --- a/src/io.c +++ b/src/io.c @@ -274,7 +274,7 @@ void wiiuse_handshake(struct wiimote_t* wm, byte* data, uint16_t len) { case 0: { byte* buf; - /* continous reporting off, report to buttons only */ + /* continuous reporting off, report to buttons only */ WIIMOTE_ENABLE_STATE(wm, WIIMOTE_STATE_HANDSHAKE); wiiuse_set_leds(wm, WIIMOTE_LED_NONE);