From 05379ff188b3bc7cd331c17194b71f91df6240c5 Mon Sep 17 00:00:00 2001 From: Stevie Mayhew Date: Thu, 4 Sep 2014 09:16:13 +1200 Subject: [PATCH] DataList spelling error Minor spelling error in DataList --- model/DataList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/DataList.php b/model/DataList.php index 638dd3b3a..ff9f92b7e 100644 --- a/model/DataList.php +++ b/model/DataList.php @@ -310,7 +310,7 @@ class DataList extends ViewableData implements SS_List, SS_Filterable, SS_Sortab * * @todo extract the sql from $customQuery into a SQLGenerator class * - * @param string|array Key and Value pairs, the array values are automatically sanitised for the DB quesry + * @param string|array Key and Value pairs, the array values are automatically sanitised for the DB query * @return DataList */ public function filter() {