summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-16 12:22:17 -0700
committerGitHub <noreply@github.com>2020-04-16 12:22:17 -0700
commit18830cd25c8b3b584fbee13d264361aa472d9872 (patch)
tree5ba30062f7e09ed897c74d45830ebf4c557d831e
parent81bd5a4a286a0c547dd53f9a99ed64abb2b4a11d (diff)
parentb0ab8e9e90e8d216c3276031d40e882157e9b5ee (diff)
downloadchef-18830cd25c8b3b584fbee13d264361aa472d9872.tar.gz
Merge pull request #9678 from chef/utils_typos
Fix typo in chef-utils comment
-rw-r--r--chef-utils/README.md2
-rw-r--r--chef-utils/lib/chef-utils/dsl/virtualization.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/chef-utils/README.md b/chef-utils/README.md
index 18830d07c1..96a165487d 100644
--- a/chef-utils/README.md
+++ b/chef-utils/README.md
@@ -242,7 +242,7 @@ Those methods are marked API private for the purposes of end-users, but are publ
## Getting Involved
-We'd love to have your help developing Chef Infra. See our [Contributing Document](./CONTRIBUTING.md) for more information on getting started.
+We'd love to have your help developing Chef Infra. See our [Contributing Document](../CONTRIBUTING.md) for more information on getting started.
## License and Copyright
diff --git a/chef-utils/lib/chef-utils/dsl/virtualization.rb b/chef-utils/lib/chef-utils/dsl/virtualization.rb
index 3daf47f899..ebc5d5228a 100644
--- a/chef-utils/lib/chef-utils/dsl/virtualization.rb
+++ b/chef-utils/lib/chef-utils/dsl/virtualization.rb
@@ -161,7 +161,7 @@ module ChefUtils
node.dig("virtualization", "system") == "openvz" && node.dig("virtualization", "role") == "host"
end
- # Determine if the current node is running under any virutalization environment
+ # Determine if the current node is running under any virtualization environment
#
# @param [Chef::Node] node
# @since 15.8