summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-16 12:02:47 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-16 12:02:47 -0700
commitb0ab8e9e90e8d216c3276031d40e882157e9b5ee (patch)
tree5ba30062f7e09ed897c74d45830ebf4c557d831e
parent81bd5a4a286a0c547dd53f9a99ed64abb2b4a11d (diff)
downloadchef-b0ab8e9e90e8d216c3276031d40e882157e9b5ee.tar.gz
Fix typo in chef-utils comment
These generate the vscode helpers so there was a typo in that snippet Signed-off-by: Tim Smith <tsmith@chef.io>
-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