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:
parent
274538c70b
commit
d92acd5910
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func (rl *releaseableLayer) Commit(os string) (builder.ReleaseableLayer, error)
|
|||
if err != nil {
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue