diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 5326f22805..d9dddf9be6 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -4027,7 +4027,7 @@ be sent.
POSIX Compatibility:
In the POSIX description of this function is the pause()
function will suspend the calling thread until delivery of a signal whose action is either to execute a signal-catching function or to terminate the process.
- This implementation only waits for any non-blocked signal to be recieved.
+ This implementation only waits for any non-blocked signal to be received.