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 {