diff options
author | dmitrygusev <dmitry.gusev@gmail.com> | 2013-02-28 00:44:34 +0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-02-28 15:55:55 -0500 |
commit | a13cadadf6f164c4498af5e92c0819933573084a (patch) | |
tree | f41ef5ca1978d7cb1ab157bf04012d3cb4cd29b8 /speed/jquery-basis.js | |
parent | 69b3d5ce0f081d3f113b2917495f35df160f8522 (diff) | |
download | jquery-a13cadadf6f164c4498af5e92c0819933573084a.tar.gz jquery-a13cadadf6f164c4498af5e92c0819933573084a.zip |
Fix typos. Close gh-1186.
Diffstat (limited to 'speed/jquery-basis.js')
-rw-r--r-- | speed/jquery-basis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/speed/jquery-basis.js b/speed/jquery-basis.js index f5cb04ce3..9335cc0bb 100644 --- a/speed/jquery-basis.js +++ b/speed/jquery-basis.js @@ -788,7 +788,7 @@ function evalScript( i, elem ) { } } -// Mutifunctional method to get and set values to a collection +// Multifunctional method to get and set values to a collection // The value/s can be optionally by executed if its a function function access( elems, key, value, exec, fn, pass ) { var length = elems.length; |