From 6930d664fa6b08593e2cee68c5925bed665aec6c Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 8 Jun 2012 21:51:19 +0000 Subject: Fixed typo on member name. --- Native/EmuKeyboardDesigner/EmuKeyboardDesigner.suo | Bin 51712 -> 51712 bytes .../Joystick/JoystickDriver.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.suo b/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.suo index 72f0139..fa80bcb 100644 Binary files a/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.suo and b/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.suo differ diff --git a/src/Noddybox.Emulation.Xna.Input/Joystick/JoystickDriver.cs b/src/Noddybox.Emulation.Xna.Input/Joystick/JoystickDriver.cs index 450113b..7e96df6 100644 --- a/src/Noddybox.Emulation.Xna.Input/Joystick/JoystickDriver.cs +++ b/src/Noddybox.Emulation.Xna.Input/Joystick/JoystickDriver.cs @@ -344,7 +344,7 @@ namespace Noddybox.Emulation.Xna.Input.Joystick /// /// Stops consuming inputs and resets joystick and fire buttons. Generates events for the cleared state. /// - public void StopJoytstickUpdates() + public void StopJoystickUpdates() { StopJoytstickUpdates(true); } -- cgit v1.2.3