aboutsummaryrefslogtreecommitdiffstats
path: root/src/deferred.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/deferred.js')
-rw-r--r--src/deferred.js2
1 files changed, 1 insertions, 1 deletions
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;