Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 6, 2014
1 parent a09548e commit 5697974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/linux/SDL_syshaptic.c
Expand Up @@ -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;

Expand Down

0 comments on commit 5697974

Please sign in to comment.