diff mbox

jquery: Fix jqeury typo

Message ID 1415453123-5111-1-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Nov. 8, 2014, 1:25 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 lib/packages/jquery/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jeremy Kerr Nov. 10, 2014, 12:34 p.m. UTC | #1
Hi Damien,

> @@ -1,7 +1,7 @@
>   This directory contains the jQuery Javascript library, and jQuery
>   Table Drag & Drop plugin. These are available from:
>
> -  http://jqeury.com/
> +  http://jquery.com/

That seems a pretty common typo for me. Thanks! Applied.


Jeremy
diff mbox

Patch

diff --git a/lib/packages/jquery/README b/lib/packages/jquery/README
index f2a799a..47d440b 100644
--- a/lib/packages/jquery/README
+++ b/lib/packages/jquery/README
@@ -1,7 +1,7 @@ 
 This directory contains the jQuery Javascript library, and jQuery
 Table Drag & Drop plugin. These are available from:
 
-  http://jqeury.com/
+  http://jquery.com/
   http://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
 
 Both are redistributable under the MIT license.