diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-08 09:06:54 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-08 22:15:44 +0000 |
commit | 5c489b2fb6f10e5ba39d804524d754139e0b2dc9 (patch) | |
tree | e8f17c800ea6bd1441b982f413c51f9c62e9770f /lib/chef/knife.rb | |
parent | 5d7f05a0436b85929a0a764807fa81b26b3d4fb8 (diff) | |
download | chef-5c489b2fb6f10e5ba39d804524d754139e0b2dc9.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r-- | lib/chef/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb index 0c079792a4..c000ca4d0a 100644 --- a/lib/chef/knife.rb +++ b/lib/chef/knife.rb @@ -252,7 +252,7 @@ class Chef OFFICIAL_PLUGINS = %w[ec2 rackspace windows openstack terremark bluebox] # :nodoc: - # Error out and print usage. probably becuase the arguments given by the + # Error out and print usage. probably because the arguments given by the # user could not be resolved to a subcommand. def self.subcommand_not_found!(args) ui.fatal("Cannot find sub command for: '#{args.join(' ')}'") |