1
0
mirror of https://github.com/moby/moby.git synced 2025-12-06 07:41:18 +03:00

trivial: typo cleanup

Signed-off-by: David Mackey <tdmackey@booleanhaiku.com>
This commit is contained in:
David Mackey
2015-04-27 13:33:30 -07:00
parent 2f513db31d
commit 3941623fbc
29 changed files with 39 additions and 39 deletions

View File

@@ -333,7 +333,7 @@ func (s *DockerSuite) TestSaveRepoWithMultipleImages(c *check.C) {
sort.Strings(actual)
sort.Strings(expected)
if !reflect.DeepEqual(expected, actual) {
c.Fatalf("achive does not contains the right layers: got %v, expected %v", actual, expected)
c.Fatalf("archive does not contains the right layers: got %v, expected %v", actual, expected)
}
}