DOCS: Correct spelling

This commit is contained in:
mattclegg 2020-04-14 14:59:42 +05:45
parent 5585f6633f
commit 60e670176a
No known key found for this signature in database
GPG Key ID: 68C4C8DB2D0D1DFE

View File

@ -184,7 +184,7 @@ class DataList extends ViewableData implements SS_List, Filterable, Sortable, Li
* Returns the SQL query that will be used to get this DataList's records. Good for debugging. :-)
*
* @param array $parameters Out variable for parameters required for this query
* @return string The resulting SQL query (may be paramaterised)
* @return string The resulting SQL query (may be parameterised)
*/
public function sql(&$parameters = [])
{
@ -363,7 +363,7 @@ class DataList extends ViewableData implements SS_List, Filterable, Sortable, Li
}
/**
* Return a copy of this list which only includes items with these charactaristics
* Return a copy of this list which only includes items with these characteristics
*
* @see SS_List::filter()
*