[server/rql2sql] fix spelling in comment
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 23 Jun 2015 15:50:18 +0200
changeset 10450 c5c9e5b6fde0
parent 10449 279b3662e8f1
child 10451 cffe653f93a9
[server/rql2sql] fix spelling in comment Not that I understand what that sentence means.
server/sources/rql2sql.py
--- a/server/sources/rql2sql.py	Tue Jun 23 15:17:31 2015 +0200
+++ b/server/sources/rql2sql.py	Tue Jun 23 15:50:18 2015 +0200
@@ -182,7 +182,7 @@
             for sol in newsols:
                 invariants.setdefault(id(sol), {})[vname] = sol.pop(vname)
         elif var.scope is not rqlst:
-            # move appart variables which are in a EXISTS scope and are variating
+            # move apart variables which are in a EXISTS scope and are variating
             try:
                 thisexistssols, thisexistsvars = existssols[var.scope]
             except KeyError: