Update alloc.html.md

Fix very minor spelling error.
This commit is contained in:
Sheldon Kwok 2016-04-01 14:56:12 -07:00
parent 2f5046811f
commit a972d56d2d
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ be specified using the `?region=` query parameter.
A task can be in the following states:
* `TaskStatePending` - The task is waiting to be run, either for the first
time or do to a restart.
time or due to a restart.
* `TaskStateRunning` - The task is currently running.
* `TaskStateDead` - The task is dead and will not run again.
@ -251,7 +251,7 @@ be specified using the `?region=` query parameter.
* `Driver Failure` - The task could not be started due to a failure in the
driver.
* `Started` - The task was started; either for the first time or do to a
* `Started` - The task was started; either for the first time or due to a
restart.
* `Terminated` - The task terminated.
* `Killed` - The task was killed by the user.