Fix spelling

This commit is contained in:
Jonathan Stacks 2017-11-15 13:19:50 -06:00
parent 2b2b5971b5
commit fb3f8f9424
No known key found for this signature in database
GPG Key ID: 74B0C5236E8E0D4D
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: