fix typo in comment stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 30 Sep 2011 18:05:57 +0200
branchstable
changeset 7899 4f6ff757f83c
parent 7898 405017c79b45
child 7900 e9b79f5c3571
fix typo in comment
entity.py
--- 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]: