summaryrefslogtreecommitdiff
path: root/spec/unit/provider/remote_file
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:24:35 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:24:35 +0530
commita700fec953f275b2b0338130baa85b12beec0aea (patch)
treed154db2f588316c289b33036c5de256a040172b6 /spec/unit/provider/remote_file
parentbe60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb (diff)
downloadchef-a700fec953f275b2b0338130baa85b12beec0aea.tar.gz
some spec typos
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'spec/unit/provider/remote_file')
-rw-r--r--spec/unit/provider/remote_file/http_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/remote_file/http_spec.rb b/spec/unit/provider/remote_file/http_spec.rb
index 8ece1a854b..032cf474ef 100644
--- a/spec/unit/provider/remote_file/http_spec.rb
+++ b/spec/unit/provider/remote_file/http_spec.rb
@@ -305,7 +305,7 @@ describe Chef::Provider::RemoteFile::HTTP do
it "should disable gzip compression in the client" do
# Before block in the parent context has set an expectation on
- # Chef::HTTP::Simple.new() being called with expected arguments. Here we fufil
+ # Chef::HTTP::Simple.new() being called with expected arguments. Here we fulfill
# that expectation, so that we can explicitly set it for this test.
# This is intended to provide insurance that refactoring of the parent
# context does not negate the value of this particular example.