summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2022-05-27 15:28:27 +0200
committerEdward Betts <edward@4angle.com>2022-05-27 15:28:27 +0200
commit45ced5d741d794dc1529981d3247026e3b336815 (patch)
tree74ce4cdd1b2395db89133aed1e2698d077c0feb3
parent00caf8367203dca11a9d3ccfc4819f85b7fe2542 (diff)
downloadmixlib-config-45ced5d741d794dc1529981d3247026e3b336815.tar.gz
Correct spelling mistake
-rw-r--r--spec/mixlib/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/config_spec.rb b/spec/mixlib/config_spec.rb
index 1155e75..f4f4597 100644
--- a/spec/mixlib/config_spec.rb
+++ b/spec/mixlib/config_spec.rb
@@ -840,7 +840,7 @@ describe Mixlib::Config do
expect(@klass.save).to eql({ blah: { x: 10 } })
end
- # this tests existing (somewhat bizzare) behavior of mixlib-config where testing to
+ # this tests existing (somewhat bizarre) behavior of mixlib-config where testing to
# see if a key exists is equivalent to testing if the key has been set -- we can still
# retrieve the default value if it was set. the code in chef/chef which merges
# knife config values into cli values will be sensitive to this behavior.