From 263333a58a4ed62d5ae86f61aabd92bfb955e86c Mon Sep 17 00:00:00 2001 From: Alex Kitchens Date: Fri, 7 Jul 2017 22:01:26 -0500 Subject: [PATCH] Fix typos in Rakefile (#1358) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index bd51f19634..e436ad784a 100644 --- a/Rakefile +++ b/Rakefile @@ -149,7 +149,7 @@ task :ensure_no_puma_gem do Bundler.with_clean_env do out = `gem list puma`.strip if !$?.success? || out != "" - abort "No other puma version should be install to avoid false positives or lading it by accident but found #{out}" + abort "No other puma version should be installed to avoid false positives or loading it by accident but found #{out}" end end end