git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d32400
)
Fixed typoooo.
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Wed, 17 Jan 2007 10:29:19 +0000
(10:29 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Wed, 17 Jan 2007 10:29:19 +0000
(10:29 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
4cc2a68
..
9dcccb9
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1571,7
+1571,7
@@
jQuery.extend({
* @name $.merge
* @type Array
* @param Array first The first array to merge, the unique elements of second added.
- * @param Array second The second array to merge into the first, unalterd.
+ * @param Array second The second array to merge into the first, unaltered.
* @cat JavaScript
*/
merge: function(first, second) {