aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorDouglas Neiner <doug@pixelgraphics.us>2010-06-14 02:07:21 -0400
committerwycats <wycats@gmail.com>2010-06-19 22:29:49 -0700
commitab2537a7ec3c856df1a6192ff72e556c4a22db0e (patch)
tree5bfc97a9b89579dd9f52e7a22ac0279b32edc351 /Rakefile
parentad849eb5a46d284caf8305f8f720169d4192a3ed (diff)
downloadjquery-ab2537a7ec3c856df1a6192ff72e556c4a22db0e.tar.gz
jquery-ab2537a7ec3c856df1a6192ff72e556c4a22db0e.zip
Fixed spelling on QUnit pull message
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 74acf4232..790b5f3f0 100644
--- 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