spelling: never

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:29 -04:00
parent 6e80c8013e
commit 49dd16e5e9
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public:
//! Force a thread to exit
/*!
Causes \c thread to exit when it next calls a cancellation point.
A thread avoids cancellation as long as it nevers calls a
A thread avoids cancellation as long as it never calls a
cancellation point. Once it begins the cancellation process it
must always let cancellation go to completion but may take as
long as necessary to clean up.