From 6a099de6db884ef0ba2076c8e5d06228569036b7 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 16 Mar 2010 03:30:05 +0100 Subject: Fix typo in comment --- include/libimobiledevice/libimobiledevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libimobiledevice/libimobiledevice.h') 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 { }; /* 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. */ -- cgit v1.1-32-gdbae