From 1bec7e747cf4db95af8f04239cb637045516e49a Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 4 May 2017 15:27:06 -0700 Subject: [PATCH] doc: loses misspelling in conn.h affects doxygen-generated API documentation Signed-off-by: David B. Kinder --- include/bluetooth/conn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bluetooth/conn.h b/include/bluetooth/conn.h index bd836a6d286..500870ae865 100644 --- a/include/bluetooth/conn.h +++ b/include/bluetooth/conn.h @@ -196,7 +196,7 @@ struct bt_conn *bt_conn_create_le(const bt_addr_le_t *peer, /** @brief Automatically connect to remote device if it's in range. * * This function enables/disables automatic connection initiation. - * Every time the device looses the connection with peer, this connection + * Every time the device loses the connection with peer, this connection * will be re-established if connectable advertisement from peer is received. * * @param addr Remote Bluetooth address.