summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-07 17:36:01 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commit773c285b051b66224d91636b9c8069ce232901cb (patch)
treeb2a521bad8c906e291c05ec1c6ab6b04642a4034 /Rakefile
parenta729c9be155e3d335fbd7bd165abd4ba9610943d (diff)
downloadchef-773c285b051b66224d91636b9c8069ce232901cb.tar.gz
More things clear of spellcheck violations.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 496ae73594..de956ded01 100644
--- a/Rakefile
+++ b/Rakefile
@@ -58,7 +58,7 @@ namespace :pre_install do
task all: ["pre_install:install_gems_from_dirs", "pre_install:render_powershell_extension"]
end
-# hack in all the preinstall tasks to occur before the tradtional install task
+# hack in all the preinstall tasks to occur before the traditional install task
task install: "pre_install:all"
# make sure we build the correct gemspec on windows