]> source.dussan.org Git - jquery.git/commitdiff
Fixed spelling on QUnit pull message
authorDouglas Neiner <doug@pixelgraphics.us>
Mon, 14 Jun 2010 06:07:21 +0000 (02:07 -0400)
committerwycats <wycats@gmail.com>
Sun, 20 Jun 2010 05:29:49 +0000 (22:29 -0700)
Rakefile

index 74acf423293c82a93d8d75781da8c0cd0f01811c..790b5f3f006ae311841cf839bc263c40d659ddcf 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -126,7 +126,7 @@ file sizzle do
 end
 
 file qunit do
-  puts "Retrieving QUnity from Github..."
+  puts "Retrieving QUnit from Github..."
   sh "git clone git://github.com/jquery/qunit.git #{qunit_dir}"
 end