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 74acf42..790b5f3 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