Merge pull request #1036 from Pensu/fix-simple-spelling

Fixing spelling of again
This commit is contained in:
Victor Vieux 2015-07-07 11:48:51 -07:00
commit 7e4a457a9a
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ func (e *Engine) Create(config *ContainerConfig, name string, pullImage bool) (*
if err = e.Pull(config.Image, nil); err != nil {
return nil, err
}
// ...And try agaie.
// ...And try again.
if id, err = client.CreateContainer(&dockerConfig, name); err != nil {
return nil, err
}