aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/effect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effect.js b/ui/effect.js
index 5b59817d5..31e6024a1 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -1359,7 +1359,7 @@ $.fn.extend( {
var el = $( this ),
normalizedMode = $.effects.mode( el, mode ) || defaultMode;
- // Sentinel for duck-punching the :animated psuedo-selector
+ // Sentinel for duck-punching the :animated pseudo-selector
el.data( dataSpaceAnimated, true );
// Save effect mode for later use,