From: Rick Waldron Date: Mon, 19 Sep 2011 13:41:55 +0000 (-0400) Subject: Fixes typo X-Git-Tag: 1.7b1~36^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc65f930b557b42a50f20adee4933a1ed3409f67;p=jquery.git Fixes typo --- diff --git a/src/attributes.js b/src/attributes.js index 50a4f6290..9edf0fbf9 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -367,7 +367,7 @@ jQuery.extend({ if ( elem.nodeType === 1 ) { name = jQuery.attrFix[ name ] || name; - // See #9699 for explanation of ths approach (setting first, then removal) + // See #9699 for explanation of this approach (setting first, then removal) jQuery.attr( elem, name, "" ); elem.removeAttribute( name );