diff --git a/build/release/dist.js b/build/release/dist.js index 514d40739..fc12a1a00 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -73,7 +73,7 @@ module.exports = function( Release, files, complete ) { Release.exec( "git add .", "Error adding files." ); Release.exec( "git commit -m 'Release " + Release.newVersion + "'", - "Error commiting files." + "Error committing files." ); console.log(); diff --git a/src/deferred.js b/src/deferred.js index 6a1ef3b43..bc2ea8637 100644 --- a/src/deferred.js +++ b/src/deferred.js @@ -135,7 +135,7 @@ jQuery.extend( { // Handle all other returned values } else { - // Only substitue handlers pass on context + // Only substitute handlers pass on context // and multiple values (non-spec behavior) if ( handler !== Identity ) { that = undefined; diff --git a/test/unit/ajax.js b/test/unit/ajax.js index f468f44a8..3e00afd4e 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -364,7 +364,7 @@ QUnit.module( "ajax", { }, cache: false, beforeSend: function( xhr, settings ) { - // Remove the random number, but ensure the cashe-buster param is there + // Remove the random number, but ensure the cache-buster param is there var url = settings.url.replace( /\d+/, "" ); assert.equal( url, "data/name.html?abc&devo=hat&_=#brownies", "Make sure that the URL has its hash." ); return false; diff --git a/test/unit/animation.js b/test/unit/animation.js index 3b1479432..3c5e711d7 100644 --- a/test/unit/animation.js +++ b/test/unit/animation.js @@ -169,7 +169,7 @@ QUnit.test( "Animation.prefilter - prefilter return hooks", function( assert ) { ); assert.equal( TweenSpy.callCount, 0, "Returning something never creates tweens" ); - // Test overriden usage on queues: + // Test overridden usage on queues: prefilter.reset(); element = jQuery( "