# HG changeset patch # User Edgar Simo # Date 1217442165 0 # Node ID c38ac77ea28f23509ebe9ada27d585efedac8596 # Parent 30778d9d8bff4a1f15ae65bf3d2e63851392cdbc Fixed some typos. diff -r 30778d9d8bff -r c38ac77ea28f include/SDL_haptic.h --- a/include/SDL_haptic.h Wed Jul 30 15:08:44 2008 +0000 +++ b/include/SDL_haptic.h Wed Jul 30 18:22:45 2008 +0000 @@ -292,7 +292,7 @@ * Directions can be specified by: * - SDL_HAPTIC_POLAR : Specified by polar coordinates. * - SDL_HAPTIC_CARTESIAN : Specified by cartesian coordinates. - * - SDL_HAPTIC_SHPERICAL : Specified by spherical coordinates. + * - SDL_HAPTIC_SPHERICAL : Specified by spherical coordinates. * * Cardinal directions of the haptic device are relative to the positioning * of the device. North is considered to be away from the user. @@ -373,7 +373,7 @@ * * \sa SDL_HAPTIC_POLAR * \sa SDL_HAPTIC_CARTESIAN - * \sa SDL_HAPTIC_SHPERICAL + * \sa SDL_HAPTIC_SPHERICAL * \sa SDL_HapticEffect * \sa SDL_HapticNumAxes */