diff --git a/support/jquery.js b/support/jquery.js index 034f412..c13f0c9 100644 --- a/support/jquery.js +++ b/support/jquery.js @@ -2278,7 +2278,7 @@ jQuery.fn.extend({ classNames = value.split( rspace ); while ( (className = classNames[ i++ ]) ) { - // check each className given, space seperated list + // check each className given, space separated list state = isBool ? state : !self.hasClass( className ); self[ state ? "addClass" : "removeClass" ]( className ); }