summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-27 09:58:00 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-27 09:58:00 -0800
commitf7b3e6a0c2d3fdbbe5479df1e540e15111dc931e (patch)
tree4ddb7090d4a5a4804ca46f957b93d383514be571
parent11756f5f428ba0b1fc72648c7605c2ffdb364677 (diff)
downloadchef-f7b3e6a0c2d3fdbbe5479df1e540e15111dc931e.tar.gz
fix typo in comment
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 42b7084787..65df62ae5b 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -621,7 +621,7 @@ class Chef
# We now have the client key, and should use it from now on.
@rest = Chef::ServerAPI.new(config[:chef_server_url], client_name: client_name,
signing_key_filename: config[:client_key])
- # force initialization of ther rest_clean API object
+ # force initialization of the rest_clean API object
rest_clean(client_name, config)
register_reporters
rescue Exception => e