entity.py
branchstable
changeset 7899 4f6ff757f83c
parent 7552 82dde8276a5b
child 7907 08320697ca1a
child 7911 5ab88d05083f
--- a/entity.py	Fri Sep 30 11:16:29 2011 +0200
+++ b/entity.py	Fri Sep 30 18:05:57 2011 +0200
@@ -777,7 +777,7 @@
                                        rql.split(' WHERE ', 1)[1])
         elif not ' ORDERBY ' in rql:
             args = rql.split(' WHERE ', 1)
-            # if modification_date already retreived, we should use it instead
+            # if modification_date already retrieved, we should use it instead
             # of adding another variable for sort. This should be be problematic
             # but it's actually with sqlserver, see ticket #694445
             if 'X modification_date ' in args[1]: