Merge pull request #304 from smcv/speling

sdl/input: Fix spelling and grammar in a log message
This commit is contained in:
Yamagi 2018-06-12 13:46:44 +02:00 committed by GitHub
commit ed6c9865f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1355,7 +1355,7 @@ IN_Init(void)
SDL_JoystickGUID guid;
guid = SDL_JoystickGetDeviceGUID(i);
SDL_JoystickGetGUIDString(guid, joystick_guid, 255);
Com_Printf ("For use joystic as game contoller please set SDL_GAMECONTROLLERCONFIG:\n");
Com_Printf ("To use joystick as game controller please set SDL_GAMECONTROLLERCONFIG:\n");
Com_Printf ("e.g.: SDL_GAMECONTROLLERCONFIG='%s,%s,leftx:a0,lefty:a1,rightx:a2,righty:a3,back:b1,...\n", joystick_guid, SDL_JoystickName(joystick));
}
}