Fix spelling mistakes

pull/9646/head
Seppo Takalo 2019-01-21 11:54:49 +02:00 committed by adbridge
parent 5788107da3
commit 5bd99ec2d6
3 changed files with 5 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* This class defines the Mbed OS Socket API. * This class defines the Mbed OS Socket API.
* Socket is an abstract interface for communicating with remote endpoints. * 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 * protocol-specific implementations. For example, TCPSocket
* and UDPSocket are implementations of the Socket interface. * and UDPSocket are implementations of the Socket interface.
* Socket API is intentionally not protocol-specific, and allows all protocol * Socket API is intentionally not protocol-specific, and allows all protocol

View File

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

View File

@ -91,3 +91,6 @@ multishot
_doxy_ _doxy_
sa sa
tparam tparam
TCPSocket
UDPSocket
Socket