Diff between ab2496cb3208ec3f39a61311ede1544ba7a68431 and a1f82f1020f949f07f2a57c34c6c61a42ca31b4b

Changed Files

File Additions Deletions Status
peripheral/gatt.c +1 -1 modified

Full Patch

diff --git a/peripheral/gatt.c b/peripheral/gatt.c
index ff1354c..2c5e037 100644
--- a/peripheral/gatt.c
+++ b/peripheral/gatt.c
@@ -105,7 +105,7 @@ static struct gatt_conn *gatt_conn_new(int fd)
 
 	conn->att = bt_att_new(fd, false);
 	if (!conn->att) {
-		fprintf(stderr, "Failed to initialze ATT transport layer\n");
+		fprintf(stderr, "Failed to initialize ATT transport layer\n");
 		free(conn);
 		return NULL;
 	}