# HG changeset patch # User Philipp Wiesemann # Date 1429731802 -7200 # Node ID 8681778c5edee7c3bc40caddca749efbec4fa615 # Parent 162adf32623f09253aff0e4d2ffe2c026850c436 Fixed typos in header file documentation comments. diff -r 162adf32623f -r 8681778c5ede include/SDL_haptic.h --- a/include/SDL_haptic.h Mon Apr 20 20:03:40 2015 +0200 +++ b/include/SDL_haptic.h Wed Apr 22 21:43:22 2015 +0200 @@ -900,7 +900,7 @@ /** * \brief Opens a Haptic device for usage from a Joystick device. * - * You must still close the haptic device seperately. It will not be closed + * You must still close the haptic device separately. It will not be closed * with the joystick. * * When opening from a joystick you should first close the haptic device before @@ -957,7 +957,7 @@ extern DECLSPEC int SDLCALL SDL_HapticNumEffectsPlaying(SDL_Haptic * haptic); /** - * \brief Gets the haptic devices supported features in bitwise matter. + * \brief Gets the haptic device's supported features in bitwise manner. * * Example: * \code