# HG changeset patch # User Julien Cristau # Date 1435067418 -7200 # Node ID c5c9e5b6fde05ec42fa949c42a14aec1a35c9f73 # Parent 279b3662e8f11a4984201e92797ab4523c1b664b [server/rql2sql] fix spelling in comment Not that I understand what that sentence means. diff -r 279b3662e8f1 -r c5c9e5b6fde0 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: