Fix minor typo

pull/8389/head
Kevin Gilbert 2018-10-11 15:17:27 -05:00 committed by GitHub
parent 19190d62d2
commit a28d1c0cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
*