瀏覽代碼

Fixed a typo.

Ryan C. Gordon 11 年之前
父節點
當前提交
56979749e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/haptic/linux/SDL_syshaptic.c

+ 1 - 1
src/haptic/linux/SDL_syshaptic.c

@@ -58,7 +58,7 @@ void haptic_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const
 typedef struct SDL_hapticlist_item
 {
     char *fname;                /* Dev path name (like /dev/input/event1) */
-    SDL_Haptic *haptic;         /* Assosciated haptic. */
+    SDL_Haptic *haptic;         /* Associated haptic. */
     struct SDL_hapticlist_item *next;
 } SDL_hapticlist_item;