doc: loses misspelling in conn.h

affects doxygen-generated API documentation

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-05-04 15:27:06 -07:00 committed by Anas Nashif
commit 1bec7e747c

View file

@ -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. /** @brief Automatically connect to remote device if it's in range.
* *
* This function enables/disables automatic connection initiation. * 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. * will be re-established if connectable advertisement from peer is received.
* *
* @param addr Remote Bluetooth address. * @param addr Remote Bluetooth address.