changeset 2558:c38ac77ea28f gsoc2008_force_feedback

Fixed some typos.
author Edgar Simo <bobbens@gmail.com>
date Wed, 30 Jul 2008 18:22:45 +0000
parents 30778d9d8bff
children 42b682e85546
files include/SDL_haptic.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
  */