From: Jörn Zaefferer Date: Wed, 17 Jan 2007 10:29:19 +0000 (+0000) Subject: Fixed typoooo. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=689739072f858d5e48d2c0394204dc17eba9e4e1;hp=2d32400e3c7d226ef6d93fd91654768959695e80;p=jquery.git Fixed typoooo. --- 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) {