From 63943ba5b4dcff3ab1760d5489cac4cf9f4f50eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=AD=A3=E6=B5=A9=2CZhu=20Zhenghao?= Date: Mon, 26 Aug 2019 14:09:04 +0800 Subject: [PATCH] Typo fix: EptyDir -> EmptyDir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱正浩,Zhu Zhenghao --- pkg/api/pod/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/pod/util.go b/pkg/api/pod/util.go index f513ce171ca..72ba1d2a15d 100644 --- a/pkg/api/pod/util.go +++ b/pkg/api/pod/util.go @@ -673,7 +673,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool { return false } -// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit. +// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit. func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool { if podSpec == nil { return false