From 0b8c8982762fcbd6799d6f2bce2622c1c7dc9cb4 Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Mon, 14 Aug 2017 21:27:43 +0800 Subject: [PATCH] Fix Typo to improve GoReport Card Signed-off-by: asifdxtreme --- libkpod/diff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkpod/diff.go b/libkpod/diff.go index cbc2f6f6..83a00b2b 100644 --- a/libkpod/diff.go +++ b/libkpod/diff.go @@ -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 {