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:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user