1
0
mirror of https://github.com/moby/moby.git synced 2025-12-07 19:42:23 +03:00

Fixed typo change deivce to device.

This changes deivce to device in daemon, test and docs.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
Christopher Jones
2015-12-10 14:40:32 -06:00
parent 9381c744b8
commit 7c077c2c34
3 changed files with 3 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ func (s *DockerSuite) TestRunWithBlkioInvalidWeightDevice(c *check.C) {
c.Assert(err, check.NotNil, check.Commentf(out))
}
func (s *DockerSuite) TestRunWithBlkioInvalidDeivceReadBps(c *check.C) {
func (s *DockerSuite) TestRunWithBlkioInvalidDeviceReadBps(c *check.C) {
testRequires(c, blkioWeight)
out, _, err := dockerCmdWithError("run", "--device-read-bps", "/dev/sda:500", "busybox", "true")
c.Assert(err, check.NotNil, check.Commentf(out))