1
0
mirror of https://github.com/moby/moby.git synced 2025-08-08 13:22:22 +03:00

Fix some typos in comments and strings

Most of them were found and fixed by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-02-22 20:22:20 +01:00
parent 40397d8059
commit 2eee613326
15 changed files with 20 additions and 20 deletions

View File

@@ -438,7 +438,7 @@ func (s *DockerSuite) TestGetStoppedContainerStats(c *check.C) {
c.Assert(r.err, checker.IsNil)
c.Assert(r.status, checker.Equals, http.StatusOK)
case <-time.After(10 * time.Second):
c.Fatal("timeout waiting for stats reponse for stopped container")
c.Fatal("timeout waiting for stats response for stopped container")
}
}