From 7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab Mon Sep 17 00:00:00 2001 From: Chris Faulkner Date: Wed, 11 Jul 2012 09:46:21 -0400 Subject: Fixes a variety of typographical problems. Closes gh-853 --- src/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/attributes.js') diff --git a/src/attributes.js b/src/attributes.js index 9fc93679d..879064b2a 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -122,7 +122,7 @@ jQuery.fn.extend({ classNames = value.split( core_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 ); } -- cgit v1.2.3