Skip to content

Commit 6c10421

Browse files
authored
Fix a typo (#127)
Fix `nunchul button codes` when it was supposed to be `nunchuk button codes`
1 parent e1705d1 commit 6c10421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gc/wiiuse/wiiuse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define WIIMOTE_BUTTON_UNKNOWN 0x8000
4545
#define WIIMOTE_BUTTON_ALL 0x1F9F
4646

47-
/* nunchul button codes */
47+
/* nunchuk button codes */
4848
#define NUNCHUK_BUTTON_Z 0x01
4949
#define NUNCHUK_BUTTON_C 0x02
5050
#define NUNCHUK_BUTTON_ALL 0x03

0 commit comments

Comments
 (0)