[server/rql2sql] fix spelling in comment
Not that I understand what that sentence means.
--- 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: