1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo 'woudld' to 'would'

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2018-01-09 14:25:33 -08:00
parent 274538c70b
commit d92acd5910

View file

@ -71,7 +71,7 @@ func (rl *releaseableLayer) Commit(os string) (builder.ReleaseableLayer, error)
if err != nil { if err != nil {
return nil, err return nil, err
} }
// TODO: An optimization woudld be to handle empty layers before returning // TODO: An optimization would be to handle empty layers before returning
return &releaseableLayer{layerStore: rl.layerStore, roLayer: newLayer}, nil return &releaseableLayer{layerStore: rl.layerStore, roLayer: newLayer}, nil
} }