? 284392-fix-typo-D6.patch
Index: includes/database.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/Attic/database.inc,v
retrieving revision 1.92.2.9
diff -u -p -r1.92.2.9 database.inc
--- includes/database.inc	1 Feb 2010 16:32:10 -0000	1.92.2.9
+++ includes/database.inc	9 Feb 2010 21:12:59 -0000
@@ -395,8 +395,8 @@ function db_rewrite_sql($query, $primary
  * This will not, and never did guarantee that you will obtain distinct 
  * values of $table.$field.
  *
- * @param $table Unused. Kept to remain API compatibility.
- * @param $field Unused. Kept to remain API compatibility.
+ * @param $table Unused. Kept to retain API compatibility.
+ * @param $field Unused. Kept to retain API compatibility.
  * @param $query Query to which the DISTINCT flag should be applied.
  * @return SQL query with the DISTINCT flag set.
  */
