From bf57d698b1f5f6697800c6a6ba3cfe859f86e23e Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Sun, 5 Sep 2021 11:33:10 +0200 Subject: [PATCH] api/krusty: fix typo fileystem -> filesystem Part of https://github.com/kubernetes/kubernetes/pull/104747. Signed-off-by: Mateusz Gozdek --- api/krusty/kustomizer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/krusty/kustomizer.go b/api/krusty/kustomizer.go index b06a8221c..ea67c5e6a 100644 --- a/api/krusty/kustomizer.go +++ b/api/krusty/kustomizer.go @@ -26,7 +26,7 @@ import ( // used instead of performing an exec to a kustomize CLI subprocess. // To use, load a filesystem with kustomization files (any // number of overlays and bases), then make a Kustomizer -// injected with the given fileystem, then call Run. +// injected with the given filesystem, then call Run. type Kustomizer struct { options *Options depProvider *provider.DepProvider