From 8d7965a607bf91ec6855b626ab3885cd3488d167 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Thu, 7 Jan 2010 03:23:39 +0800 Subject: [PATCH] fixed typo in comments --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 831570e..bcabc64 100644 --- a/src/core.js +++ b/src/core.js @@ -35,7 +35,7 @@ var jQuery = function( selector, context ) { // Keep a UserAgent string for use with jQuery.browser userAgent = navigator.userAgent, - // For matching the engine and version of thte browser + // For matching the engine and version of the browser browserMatch, // Has the ready events already been bound? -- 1.7.10.4