server/sources/rql2sql.py
changeset 10522 1660a0fa4f43
parent 10475 a1e8dbb7215b
parent 10450 c5c9e5b6fde0
child 10609 e2d8e81bfe68
child 10643 cfded6d0da11
--- a/server/sources/rql2sql.py	Wed Jul 08 09:37:06 2015 +0200
+++ b/server/sources/rql2sql.py	Thu Jul 09 16:43:56 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: