server/sources/rql2sql.py
changeset 10450 c5c9e5b6fde0
parent 9543 39f981482e34
child 10522 1660a0fa4f43
--- 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: