Fixed extra p in Rakefile.
authorJohn Resig <jeresig@gmail.com>
Tue, 8 Dec 2009 02:07:15 +0000 (18:07 -0800)
committerJohn Resig <jeresig@gmail.com>
Tue, 8 Dec 2009 02:07:15 +0000 (18:07 -0800)
Rakefile

index c0cafc9..92176a6 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,5 @@
 # Basic Rakefile for building jQuery
-files = [ "intro", "core", "suppport", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
+files = [ "intro", "core", "support", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
 
 date = `git log -1 | grep Date: | sed 's/[^:]*: *//'`.gsub(/\n/, "")
 version = `cat version.txt`.gsub(/\n/, "")