From 689739072f858d5e48d2c0394204dc17eba9e4e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 17 Jan 2007 10:29:19 +0000 Subject: [PATCH] Fixed typoooo. --- src/jquery/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.7.10.4