doc: fix doxygen API comment misspellings

Fix misspellings in doxygen comments missed during regular reviews

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-02-15 13:58:08 -08:00 committed by Kumar Gala
commit 1de7038f1e
5 changed files with 20 additions and 20 deletions

View file

@ -1006,7 +1006,7 @@ int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params);
* called.
*
* Note: By using a callback it also disable the internal flow control
* which would prevent sending multiple commands without wainting their
* which would prevent sending multiple commands without waiting for their
* transmissions to complete, so if that is required the caller shall not
* submit more data until the callback is called.
*