From 3ff41ae9ec9d16b6cb59a4b7b0e9182a4d0d0a69 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 24 Feb 2013 22:56:35 -0500 Subject: [PATCH] Fixed a minor typo. --- src/joystick/SDL_gamecontroller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/SDL_gamecontroller.c b/src/joystick/SDL_gamecontroller.c index ccae64a5a..12f53f54d 100644 --- a/src/joystick/SDL_gamecontroller.c +++ b/src/joystick/SDL_gamecontroller.c @@ -435,7 +435,7 @@ void SDL_PrivateGameControllerParseButton( const char *szGameButton, const char } else if ( axis != SDL_CONTROLLER_AXIS_INVALID ) { - SDL_assert( !"Support has as axis" ); + SDL_assert( !"Support hat as axis" ); } else {