Merge pull request #3864 from jonstacks/master

Automatic merge from submit-queue.

Fix spelling

Fix spelling of credential in the `kops create` command.
This commit is contained in:
Kubernetes Submit Queue 2017-11-16 22:49:59 -08:00 committed by GitHub
commit 1dcc4a0ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ func RunCreate(f *util.Factory, out io.Writer, c *CreateOptions) error {
if err != nil {
return err
} else {
fmt.Fprintf(&sb, "Added ssh creadential\n")
fmt.Fprintf(&sb, "Added ssh credential\n")
}
default: