From e302fc7379c083306a56f184c043511aeecb004e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 3 Jul 2011 17:17:52 +0200 Subject: fix typo in license string --- xstatic/pkg/jquery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py index e041b8d..b3f6e91 100644 --- a/xstatic/pkg/jquery/__init__.py +++ b/xstatic/pkg/jquery/__init__.py @@ -41,7 +41,7 @@ class JQuery(XStatic): homepage = 'http://jquery.com/' # this refers to all files: - license = '(same a %s)' % display_name + license = '(same as %s)' % display_name locations = { # if value is a string, it is a base location, just append relative -- cgit v1.2.1