doxy spell check fix for watchdog

pull/10657/head
Rajkumar Kanagaraj 2019-02-26 20:59:51 +00:00 committed by Filip Jagodzinski
parent f4184b19a0
commit 95e8e27e9b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public:
* Calling this function will attempt to disable any currently running * Calling this function will attempt to disable any currently running
* watchdog timers if supported by the current platform. * watchdog timers if supported by the current platform.
* *
* @return Returns WATCHDOG_STATUS_OK if the watchdog timer was succesfully * @return Returns WATCHDOG_STATUS_OK if the watchdog timer was successfully
* stopped, or if the timer was never started. Returns * stopped, or if the timer was never started. Returns
* WATCHDOG_STATUS_NOT_SUPPORTED if the watchdog cannot be disabled * WATCHDOG_STATUS_NOT_SUPPORTED if the watchdog cannot be disabled
* on the current platform. * on the current platform.