Diff between ad26f5e6dbdb969edbf119b3a6eb31077565f4c6 and 1bcc8ea5d76c6318f989f4348b8ef4bfb9d394b1

Changed Files

File Additions Deletions Status
src/adapter.c +7 -7 modified

Full Patch

diff --git a/src/adapter.c b/src/adapter.c
index 40a9c4e..30bcc4d 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -285,7 +285,7 @@ static void set_dev_class_complete(uint8_t status, uint16_t length,
 	}
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */
@@ -487,7 +487,7 @@ static void set_mode_complete(uint8_t status, uint16_t length,
 	}
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */
@@ -631,7 +631,7 @@ static void set_local_name_complete(uint8_t status, uint16_t length,
 	}
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */
@@ -753,7 +753,7 @@ static void add_uuid_complete(uint8_t status, uint16_t length,
 	}
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */
@@ -805,7 +805,7 @@ static void remove_uuid_complete(uint8_t status, uint16_t length,
 	}
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */
@@ -856,7 +856,7 @@ static void clear_uuids_complete(uint8_t status, uint16_t length,
 	}
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */
@@ -1868,7 +1868,7 @@ static void property_set_mode_complete(uint8_t status, uint16_t length,
 	g_dbus_pending_property_success(data->id);
 
 	/*
-	 * The parameters are idential and also the task that is
+	 * The parameters are identical and also the task that is
 	 * required in both cases. So it is safe to just call the
 	 * event handling functions here.
 	 */