mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix typo 'woudld' to 'would'
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user