From 93178bf0269f3aa483c5164558b20a94f9b41958 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 20 Sep 2018 14:37:52 +0900 Subject: [PATCH] Fix typo. --- plugins/meta/tuning/README.md | 2 +- plugins/meta/tuning/tuning_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/meta/tuning/README.md b/plugins/meta/tuning/README.md index cf36b9f6..45507380 100644 --- a/plugins/meta/tuning/README.md +++ b/plugins/meta/tuning/README.md @@ -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: diff --git a/plugins/meta/tuning/tuning_test.go b/plugins/meta/tuning/tuning_test.go index 6bba6a3a..1b68bf15 100644 --- a/plugins/meta/tuning/tuning_test.go +++ b/plugins/meta/tuning/tuning_test.go @@ -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",