From 56979749e96b24f72da87ff7fd2809bd3a9cf931 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 6 Feb 2014 10:00:45 -0500 Subject: [PATCH] Fixed a typo. --- src/haptic/linux/SDL_syshaptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/linux/SDL_syshaptic.c b/src/haptic/linux/SDL_syshaptic.c index 558177bc5..995001c92 100644 --- a/src/haptic/linux/SDL_syshaptic.c +++ b/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;