From a28d1c0cfcfd803bb045132d98667401de572b01 Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Thu, 11 Oct 2018 15:17:27 -0500 Subject: [PATCH] Fix minor typo --- drivers/Timeout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/Timeout.h b/drivers/Timeout.h index e3a92cc3be..4bb5c66814 100644 --- a/drivers/Timeout.h +++ b/drivers/Timeout.h @@ -25,7 +25,7 @@ namespace mbed { /** A Timeout is used to call a function at a point in the future * - * You can use as many seperate Timeout objects as you require. + * You can use as many separate Timeout objects as you require. * * @note Synchronization level: Interrupt safe *