From 12b3d014385c213f09c54a57c865d1c19ddcbab1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 24 Jul 2024 10:41:30 -1000 Subject: [PATCH] Fix typo: replace buildin with built-in Signed-off-by: Yaroslav Halchenko --- pkg/specgen/specgen.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/specgen/specgen.go b/pkg/specgen/specgen.go index 1299daf3de..ab4aeb7aec 100644 --- a/pkg/specgen/specgen.go +++ b/pkg/specgen/specgen.go @@ -213,11 +213,11 @@ type ContainerBasicConfig struct { // container. // Optional. EnvMerge []string `json:"envmerge,omitempty"` - // UnsetEnv unsets the specified default environment variables from the image or from buildin or containers.conf + // UnsetEnv unsets the specified default environment variables from the image or from built-in or containers.conf // Optional. UnsetEnv []string `json:"unsetenv,omitempty"` - // UnsetEnvAll unsetall default environment variables from the image or from buildin or containers.conf - // UnsetEnvAll unsets all default environment variables from the image or from buildin + // UnsetEnvAll unsetall default environment variables from the image or from built-in or containers.conf + // UnsetEnvAll unsets all default environment variables from the image or from built-in // Optional. UnsetEnvAll *bool `json:"unsetenvall,omitempty"` // Passwd is a container run option that determines if we are validating users/groups before running the container