Skip to content

Commit 58c2760

Browse files
author
Seppo Takalo
committed
Fix spelling mistakes
1 parent 6b8b108 commit 58c2760

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

features/netsocket/Socket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* This class defines the Mbed OS Socket API.
3131
* Socket is an abstract interface for communicating with remote endpoints.
3232
*
33-
* This API is intented for applications and libraries instead of
33+
* This API is intended for applications and libraries instead of
3434
* protocol-specific implementations. For example, TCPSocket
3535
* and UDPSocket are implementations of the Socket interface.
3636
* Socket API is intentionally not protocol-specific, and allows all protocol

features/netsocket/WiFiInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/** @file WifiInterface.h Common interface tbetween Wi-Fi devices */
17+
/** @file WifiInterface.h Common interface between Wi-Fi devices */
1818
/** @addtogroup netinterface
1919
* @{
2020
*/

tools/test/travis-ci/doxy-spellchecker/ignore.en.pws

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,6 @@ _doxy_
9292
sa
9393
tparam
9494
retarget
95+
TCPSocket
96+
UDPSocket
97+
Socket

0 commit comments

Comments
 (0)