Merge pull request #767 from asifdxtreme/patch2

Fix Typo to improve GoReport
This commit is contained in:
Mrunal Patel 2017-08-15 07:29:17 -07:00 committed by GitHub
commit 43df5b89af
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ import (
"github.com/pkg/errors"
)
// GetDiff returns the differences betwen the two images, layers, or containers
// GetDiff returns the differences between the two images, layers, or containers
func (c *ContainerServer) GetDiff(from, to string) ([]archive.Change, error) {
toLayer, err := c.getLayerID(to)
if err != nil {