X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=9dcccb93a1af75d87e150e2a74d58c5b1095eea8;hb=689739072f858d5e48d2c0394204dc17eba9e4e1;hp=4cc2a68fe5baf90d4bb4b79d3b93364e12142ca3;hpb=2d32400e3c7d226ef6d93fd91654768959695e80;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 4cc2a68..9dcccb9 100644 --- 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) {