C - fix typo. make `lgp check` happy. stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 28 Oct 2009 20:09:59 +0100
branchstable
changeset 3787 82bb2c7f083b
parent 3786 11d98118f0eb
child 3788 3d5abcd7c852
C - fix typo. make `lgp check` happy.
__pkginfo__.py
server/sources/rql2sql.py
--- a/__pkginfo__.py	Mon Oct 26 10:04:18 2009 +0100
+++ b/__pkginfo__.py	Wed Oct 28 20:09:59 2009 +0100
@@ -10,7 +10,7 @@
 numversion = (3, 5, 5)
 version = '.'.join(str(num) for num in numversion)
 
-license = 'LGPL v2'
+license = 'LGPL'
 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
 
--- a/server/sources/rql2sql.py	Mon Oct 26 10:04:18 2009 +0100
+++ b/server/sources/rql2sql.py	Wed Oct 28 20:09:59 2009 +0100
@@ -933,7 +933,7 @@
                                                     jointo, not_) + restriction
 
     def visit_comparison(self, cmp, contextrels=None):
-        """generate SQL for a comparaison"""
+        """generate SQL for a comparison"""
         if len(cmp.children) == 2:
             # XXX occurs ?
             lhs, rhs = cmp.children