-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling fixes #1484
Spelling fixes #1484
Conversation
Pull in the latest rake task, fix some variable names, fix a few legit typos. Signed-off-by: Tim Smith <[email protected]>
@@ -56,7 +56,7 @@ def get_vm_attributes(vmtools_path) | |||
end | |||
end | |||
# vmware-toolbox-cmd <param> status commands | |||
# Iterate through each parameter supported by the "vwware-toolbox-cmd status" command, assign value | |||
# Iterate through each parameter supported by the "vmware-toolbox-cmd status" command, assign value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope Volkswagen has software somewhere called "VWware".
@@ -17,17 +17,31 @@ | |||
|
|||
namespace :spellcheck do | |||
task :fetch_common do | |||
sh "wget https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt -O chef_dictionary.txt" | |||
sh "wget -q https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt -O chef_dictionary.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this file need to go in .gitignore
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's already in there
Pull in the latest rake task, fix some variable names, fix a few legit typos.
Signed-off-by: Tim Smith [email protected]