Found using codespell. --- peripheral/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral/gatt.c b/peripheral/gatt.c index ff1354cb48d5..2c5e037b9f70 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; } -- 2.50.0