Small typo fixes in readme.md files

pull/6286/head
Jasper de Winkel 2018-03-06 19:07:03 +01:00
parent b84627feab
commit 2c7a25a949
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ queue.dispatch();
// Events can also pass arguments to the underlying callback when both
// initially constructed and posted.
Event<void(int, int)> event(&queue, printf, "recieved %d and %d\n");
Event<void(int, int)> event(&queue, printf, "received %d and %d\n");
// Events can be posted multiple times and enqueue gracefully until
// the dispatch function is called.

View File

@ -10,7 +10,7 @@ This edition of mbed TLS has been adapted for mbed OS and imported from its stan
Getting Help and Support
------------------------
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.
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.
Contributing to the Project