Skip to content

Commit 2c7a25a

Browse files
committed
Small typo fixes in readme.md files
1 parent b84627f commit 2c7a25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ queue.dispatch();
113113

114114
// Events can also pass arguments to the underlying callback when both
115115
// initially constructed and posted.
116-
Event<void(int, int)> event(&queue, printf, "recieved %d and %d\n");
116+
Event<void(int, int)> event(&queue, printf, "received %d and %d\n");
117117

118118
// Events can be posted multiple times and enqueue gracefully until
119119
// the dispatch function is called.

features/mbedtls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This edition of mbed TLS has been adapted for mbed OS and imported from its stan
1010
Getting Help and Support
1111
------------------------
1212

13-
The [mbed TLS website](https://tls.mbed.org/) contains fulll documentation for the library, including function by function descriptions, knowledgebase articles, blogs and a support forum for questions to the community.
13+
The [mbed TLS website](https://tls.mbed.org/) contains full documentation for the library, including function by function descriptions, knowledgebase articles, blogs and a support forum for questions to the community.
1414

1515

1616
Contributing to the Project

0 commit comments

Comments
 (0)