Fix spelling mistakes

pull/9328/head
Seppo Takalo 2019-01-21 11:54:49 +02:00
parent 6b8b108ceb
commit 58c2760e3f
3 changed files with 5 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* This class defines the Mbed OS Socket API.
* Socket is an abstract interface for communicating with remote endpoints.
*
* This API is intented for applications and libraries instead of
* This API is intended for applications and libraries instead of
* protocol-specific implementations. For example, TCPSocket
* and UDPSocket are implementations of the Socket interface.
* Socket API is intentionally not protocol-specific, and allows all protocol

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
/** @file WifiInterface.h Common interface tbetween Wi-Fi devices */
/** @file WifiInterface.h Common interface between Wi-Fi devices */
/** @addtogroup netinterface
* @{
*/

View File

@ -92,3 +92,6 @@ _doxy_
sa
tparam
retarget
TCPSocket
UDPSocket
Socket