summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-11-25 11:23:57 -0800
committertyler-ball <tyleraball@gmail.com>2014-11-25 11:23:57 -0800
commite3a022e7a338d550fe59be04d689e4ecf13f8569 (patch)
tree47cb6e3098527d89c5c5db5ebec19ede6b534083 /lib/chef/config.rb
parent868552dc9da2e122034ae7aa698dde5a9d9d5e0c (diff)
parent5c489b2fb6f10e5ba39d804524d754139e0b2dc9 (diff)
downloadchef-e3a022e7a338d550fe59be04d689e4ecf13f8569.tar.gz
Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball/contrib-pass
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 08ce1a8ff6..6c2cd00fd5 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