Fix typo.

This commit is contained in:
Tomofumi Hayashi 2018-09-20 14:37:52 +09:00
parent d22e75316f
commit 93178bf026
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ The parameters, "mac", "mtu" and "promisc", changes the interface attributes as
* `mac` (string, optional): MAC address (i.e. hardware address) of interface
* `mtu` (integer, optional): MTU of interface
* `promisc` (bool, optional): Change the promiscas mode of interface
* `promisc` (bool, optional): Change the promiscuous mode of interface
## Supported arguments
The following [CNI_ARGS](https://github.com/containernetworking/cni/blob/master/SPEC.md#parameters) are supported:

View File

@ -111,7 +111,7 @@ var _ = Describe("tuning plugin", func() {
Expect(err).NotTo(HaveOccurred())
})
It("configures and deconfigures promiscas mode with ADD/DEL", func() {
It("configures and deconfigures promiscuous mode with ADD/DEL", func() {
conf := []byte(`{
"name": "test",
"type": "iplink",