Fix typo in comment
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 @@
 };
 
 /* event data structure */
-/** Provides information about the occoured event. */
+/** Provides information about the occured event. */
 typedef struct {
 	enum idevice_event_type event; /**< The event type. */
 	const char *uuid; /**< The device unique id. */