fix typo: remove repeated words(is) (#3419)

pull/3422/head
SataQiu 2018-09-30 12:04:43 +08:00 committed by k8s-ci-robot
parent 0401f4afff
commit 71f6c018ce
1 changed files with 2 additions and 2 deletions

View File

@ -226,9 +226,9 @@ registries = [
# management of CNI plugins.
[crio.network]
# network_dir is is where CNI network configuration
# network_dir is where CNI network configuration
# files are stored.
network_dir = "/etc/cni/net.d/"
# plugin_dir is is where CNI plugin binaries are stored.
# plugin_dir is where CNI plugin binaries are stored.
plugin_dir = "/opt/cni/bin/"