Merge pull request #81926 from Zhuzhenghao/emptyDir

Typo fix: EptyDir -> EmptyDir in pkg/api/pod/util.go
This commit is contained in:
Kubernetes Prow Robot 2019-09-10 19:10:46 -07:00 committed by GitHub
commit afe8543a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -681,7 +681,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