diff --git a/lib/dmllib.php b/lib/dmllib.php index 8bfd7c005fe..1ba663c0bb8 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -753,7 +753,7 @@ function rs_next_record(&$rs) { /** * This function is used to get the current record from the recordset. It - * doesn advance the recordset position. + * does advance the recordset position. * This is the prefered way to iterate over recordsets with code blocks like this: * * $rs = get_recordset('SELECT .....');