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/config.rb | |
parent | 5d7f05a0436b85929a0a764807fa81b26b3d4fb8 (diff) | |
download | chef-5c489b2fb6f10e5ba39d804524d754139e0b2dc9.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index d3871c38e8..2ff591ced5 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -271,7 +271,7 @@ class Chef # * :fatal # These work as you'd expect. There is also a special `:auto` setting. # When set to :auto, Chef will auto adjust the log verbosity based on - # context. When a tty is available (usually becase the user is running chef + # context. When a tty is available (usually because the user is running chef # in a console), the log level is set to :warn, and output formatters are # used as the primary mode of output. When a tty is not available, the # logger is the primary mode of output, and the log level is set to :info |