doc: regular misspelling scan

Fix misspellings in documentation (.rst, Kconfig help text, and .h
doxygen API comments), missed during regular reviews.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-12-17 14:32:40 -08:00 committed by Anas Nashif
commit 06d78354ae
14 changed files with 26 additions and 26 deletions

View file

@ -582,7 +582,7 @@ int mqtt_subscribe(struct mqtt_client *client,
const struct mqtt_subscription_list *param);
/**
* @brief API to request unsubscribtion of one or more topics on the connection.
* @brief API to request unsubscription of one or more topics on the connection.
*
* @param[in] client Identifies client instance for which the procedure is
* requested. Shall not be NULL.