diff --git a/command/rubycommand/rubycommand.go b/command/rubycommand/rubycommand.go index d1cec73..7296e59 100644 --- a/command/rubycommand/rubycommand.go +++ b/command/rubycommand/rubycommand.go @@ -93,7 +93,7 @@ func sudoNeeded(installType InstallType, slice ...string) bool { func NewWithParams(params ...string) (*command.Model, error) { rubyInstallType := installType() if rubyInstallType == Unkown { - return nil, errors.New("unkown ruby installation type") + return nil, errors.New("unknown ruby installation type") } if sudoNeeded(rubyInstallType, params...) {