spelling: safety

This commit is contained in:
Josh Soref
2018-03-11 18:52:54 +00:00
parent 209fa0c905
commit 98b6dd5cae

View File

@@ -258,7 +258,7 @@ func (d *dockerCoordinator) RemoveImage(imageID, callerID string) {
return
}
// This should never be the case but we safefty guard so we don't leak a
// This should never be the case but we safety guard so we don't leak a
// cancel.
if cancel, ok := d.deleteFuture[imageID]; ok {
d.logger.Printf("[ERR] driver.docker: image id %q has lingering delete future", imageID)