]> git.wincent.com - mkdtemp.git/commitdiff
Rakefile: fix typo (cosmetic)
authorWincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:36:23 +0000 (17:36 +0200)
committerWincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:36:23 +0000 (17:36 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Rakefile

index 2af03ea3c82eaa9110e48dd01398f8574f1fbf92..074d83f34c18156598a1cd40d3c959bffdff6e3a 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -73,7 +73,7 @@ task :make => ['ext/mkdtemp.c', 'ext/ruby_compat.h', 'ext/Makefile'] do |t|
   end
 end
 
-desc 'Buils the YARD HTML files'
+desc 'Build the YARD HTML files'
 task :yard do
   sh 'yardoc -o html --title mkdtemp - doc/README'
 end