From 8d3daa82601673d77002a816d7a858d716694de1 Mon Sep 17 00:00:00 2001 From: qingsenLi Date: Wed, 16 Oct 2019 22:11:47 +0800 Subject: [PATCH] fix errors --- pkg/kubelet/dockershim/docker_service.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/kubelet/dockershim/docker_service.go b/pkg/kubelet/dockershim/docker_service.go index 5d238639762..0f07a4ca236 100644 --- a/pkg/kubelet/dockershim/docker_service.go +++ b/pkg/kubelet/dockershim/docker_service.go @@ -112,7 +112,7 @@ type NetworkPluginSettings struct { NonMasqueradeCIDR string // PluginName is the name of the plugin, runtime shim probes for PluginName string - // PluginBinDirsString is a list of directiores delimited by commas, in + // PluginBinDirString is a list of directiores delimited by commas, in // which the binaries for the plugin with PluginName may be found. PluginBinDirString string // PluginBinDirs is an array of directories in which the binaries for @@ -419,7 +419,7 @@ func (ds *dockerService) Start() error { } // initCleanup is responsible for cleaning up any crufts left by previous -// runs. If there are any errros, it simply logs them. +// runs. If there are any errors, it simply logs them. func (ds *dockerService) initCleanup() { errors := ds.platformSpecificContainerInitCleanup()