mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03:00
Fix spelling in comments, strings and documentation
Signed-off-by: Otto Kekäläinen <otto@seravo.fi>
This commit is contained in:
@ -1432,7 +1432,7 @@ func (s *DockerSuite) TestPostContainersCreateWithOomScoreAdjInvalidRange(c *che
|
||||
}
|
||||
}
|
||||
|
||||
// test case for #22210 where an emtpy container name caused panic.
|
||||
// test case for #22210 where an empty container name caused panic.
|
||||
func (s *DockerSuite) TestContainerApiDeleteWithEmptyName(c *check.C) {
|
||||
status, out, err := sockRequest("DELETE", "/containers/", nil)
|
||||
c.Assert(err, checker.IsNil)
|
||||
|
Reference in New Issue
Block a user