spelling: strategy

This commit is contained in:
Josh Soref 2017-01-20 08:27:43 +00:00
parent 66ec720884
commit 2791e68d0d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ trait RunningTaskEngine {
def cancelAndShutdown(): Unit
}
/**
* A startegy for being able to cancle tasks.
* A strategy for being able to cancle tasks.
*
* Implementations of this trait determine what will trigger `cancel()` for
* the task engine, providing in the `start` method.