Merge pull request #2619 from nashasha1/fix/typo-in-runtime

Fix some typo in runtime and snapshots
This commit is contained in:
Michael Crosby
2018-09-10 09:32:34 -04:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -526,7 +526,7 @@ func (s *service) Delete(ctx context.Context, r *taskAPI.DeleteRequest) (*taskAP
select {
case <-time.After(5 * time.Second):
// Force close the container process since it didnt shutdown in time.
// Force close the container process since it didn't shutdown in time.
p.close()
case <-p.waitBlock:
}