[SVN] r3833 - branches/gsoc2008_force_feedback/include

svn-owner at libsdl.org svn-owner at libsdl.org
Wed Jul 30 11:22:45 PDT 2008


Author: bobbens
Date: 2008-07-30 11:22:45 -0700 (Wed, 30 Jul 2008)
New Revision: 3833

Modified:
   branches/gsoc2008_force_feedback/include/SDL_haptic.h
Log:
Fixed some typos.


Modified: branches/gsoc2008_force_feedback/include/SDL_haptic.h
===================================================================
--- branches/gsoc2008_force_feedback/include/SDL_haptic.h	2008-07-30 16:20:32 UTC (rev 3832)
+++ branches/gsoc2008_force_feedback/include/SDL_haptic.h	2008-07-30 18:22:45 UTC (rev 3833)
@@ -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
  */




More information about the commits mailing list