forked from LaconicNetwork/kompose
chore: fix some typos in comments (#1863)
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
This commit is contained in:
+1
-1
@@ -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
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user