From 42d46f93ce6e3034a331f1af248d6ea525f1e3cc Mon Sep 17 00:00:00 2001 From: Jasper de Winkel Date: Tue, 6 Mar 2018 19:07:03 +0100 Subject: [PATCH] Small typo fixes in readme.md files --- events/README.md | 2 +- features/mbedtls/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/events/README.md b/events/README.md index 9e0263ce37..de471f2893 100644 --- a/events/README.md +++ b/events/README.md @@ -113,7 +113,7 @@ queue.dispatch(); // Events can also pass arguments to the underlying callback when both // initially constructed and posted. -Event event(&queue, printf, "recieved %d and %d\n"); +Event event(&queue, printf, "received %d and %d\n"); // Events can be posted multiple times and enqueue gracefully until // the dispatch function is called. diff --git a/features/mbedtls/README.md b/features/mbedtls/README.md index 913cd2cbf1..efb1ceace9 100644 --- a/features/mbedtls/README.md +++ b/features/mbedtls/README.md @@ -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