summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-16 23:14:33 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-16 23:14:33 -0700
commit0278ad2bdadc5c559e0fb9a6ff6da9cd8ffaa617 (patch)
treeef9abefaf1cb5ae9591e8faa355a3b2d3e1ac128
parente9a1312555b5da69fc79f6ed36d2b48420dacbc5 (diff)
downloadmixlib-config-0278ad2bdadc5c559e0fb9a6ff6da9cd8ffaa617.tar.gz
Fix another typo
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/mixlib/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/config.rb b/lib/mixlib/config.rb
index 1508f5b..7e4e139 100644
--- a/lib/mixlib/config.rb
+++ b/lib/mixlib/config.rb
@@ -565,7 +565,7 @@ module Mixlib
# the #to_dotted_hash method above.
#
# === Parameters
- # hash<Hash>:: The hash to apply to the config oject
+ # hash<Hash>:: The hash to apply to the config object
def apply_nested_hash(hash)
hash.each do |k, v|
if v.is_a? Hash