diff options
| author | 2010-03-16 03:30:05 +0100 | |
|---|---|---|
| committer | 2010-03-16 03:30:05 +0100 | |
| commit | 6a099de6db884ef0ba2076c8e5d06228569036b7 (patch) | |
| tree | 8fcfe3ee43dd4b7b2024183d9adbe41a5a82c499 /include/libimobiledevice | |
| parent | 4487d94ade56e54cf661ac68f3e2d757ef2ed51e (diff) | |
| download | libimobiledevice-6a099de6db884ef0ba2076c8e5d06228569036b7.tar.gz libimobiledevice-6a099de6db884ef0ba2076c8e5d06228569036b7.tar.bz2 | |
Fix typo in comment
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index 0c6a08f..d0923d6 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h | |||
| @@ -63,7 +63,7 @@ enum idevice_event_type { | |||
| 63 | }; | 63 | }; |
| 64 | 64 | ||
| 65 | /* event data structure */ | 65 | /* event data structure */ |
| 66 | /** Provides information about the occoured event. */ | 66 | /** Provides information about the occured event. */ |
| 67 | typedef struct { | 67 | typedef struct { |
| 68 | enum idevice_event_type event; /**< The event type. */ | 68 | enum idevice_event_type event; /**< The event type. */ |
| 69 | const char *uuid; /**< The device unique id. */ | 69 | const char *uuid; /**< The device unique id. */ |
