diff --git a/model/List.php b/model/List.php index 32aff0a9d..7d97d6b86 100644 --- a/model/List.php +++ b/model/List.php @@ -10,7 +10,7 @@ interface SS_List extends ArrayAccess, Countable, IteratorAggregate { /** * Returns all the items in the list in an array. * - * @return arary + * @return array */ public function toArray();