aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-04-10 14:32:24 -0700
committerDave Methvin <dave.methvin@gmail.com>2012-04-10 14:32:24 -0700
commit376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e (patch)
treee35343a252d755f9c5b8295a77f9e8ad5ff27e12
parenta29d482894a844724f4386f2fed0edf9cf70c069 (diff)
parentfccfeefb1036ac70f565c2f54b55a14fca528d57 (diff)
downloadjquery-376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e.tar.gz
jquery-376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e.zip
Merge pull request #730 from datag/patch-1
Typo for header in function access()
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index 9c8314c91..4242903ff 100644
--- a/src/core.js
+++ b/src/core.js
@@ -801,7 +801,7 @@ jQuery.extend({
return proxy;
},
- // Mutifunctional method to get and set values to a collection
+ // Multifunctional method to get and set values of a collection
// The value/s can optionally be executed if it's a function
access: function( elems, fn, key, value, chainable, emptyGet, pass ) {
var exec,