From 4504cafa4e7289bbf2fcdfae133c6edea1d46801 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 22:23:44 +0100 Subject: [PATCH] correct spelling mistake --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 92a05b1..31458fb 100644 --- a/Rakefile +++ b/Rakefile @@ -37,7 +37,7 @@ task :build do f.chmod 0755 end system './ghi 1>/dev/null' - puts "ghi succesfully built!" + puts "ghi successfully built!" end desc 'Build the manuals'