chore: fix some typos in comments (#1863)

Signed-off-by: cuiyourong <cuiyourong@gmail.com>
This commit is contained in:
cuiyourong
2024-04-25 08:41:58 -04:00
committed by GitHub
parent cdcb0e7f61
commit d274f9947d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ var (
// default is true.
WithKomposeAnnotation bool
// MultipleContainerMode which enables creating multi containers in a single pod is a developping function.
// MultipleContainerMode which enables creating multi containers in a single pod is a developing function.
// default is false
MultipleContainerMode bool
+1 -1
View File
@@ -100,7 +100,7 @@ var RootCmd = &cobra.Command{
}
// Execute executes the root level command.
// It returns an erorr if any.
// It returns an error if any.
func Execute() error {
return RootCmd.Execute()
}