[Checkins] SVN: hurry.jquery/trunk/src/hurry/jquery/prepare.py Fix typo.

Martijn Faassen faassen at startifact.com
Tue Jul 13 12:36:10 EDT 2010


Log message for revision 114717:
  Fix typo.
  

Changed:
  U   hurry.jquery/trunk/src/hurry/jquery/prepare.py

-=-
Modified: hurry.jquery/trunk/src/hurry/jquery/prepare.py
===================================================================
--- hurry.jquery/trunk/src/hurry/jquery/prepare.py	2010-07-13 16:33:42 UTC (rev 114716)
+++ hurry.jquery/trunk/src/hurry/jquery/prepare.py	2010-07-13 16:36:09 UTC (rev 114717)
@@ -30,7 +30,7 @@
     jquery_dest_path = os.path.join(package_dir, 'jquery-build')
 
     # remove previous jquery library build
-    print 'recursivly removing "%s"' % jquery_dest_path
+    print 'recursively removing "%s"' % jquery_dest_path
     shutil.rmtree(jquery_dest_path, ignore_errors=True)
     print 'create new "%s"' % jquery_dest_path
     os.mkdir(jquery_dest_path)



More information about the checkins mailing list