From 60e670176aaa12972fee632f56ee62eba6a908ad Mon Sep 17 00:00:00 2001 From: mattclegg Date: Tue, 14 Apr 2020 14:59:42 +0545 Subject: [PATCH] DOCS: Correct spelling --- src/ORM/DataList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ORM/DataList.php b/src/ORM/DataList.php index ee76453a5..b017c110c 100644 --- a/src/ORM/DataList.php +++ b/src/ORM/DataList.php @@ -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() *