From 3ba5e2c74c1bf5d3b2c65ba43d9a428ad28460ed Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 17 Jun 2016 15:47:10 +1200 Subject: [PATCH] Update DataObject.php typo :) --- model/DataObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/DataObject.php b/model/DataObject.php index 9b4c944d0..1bc6db7d4 100644 --- a/model/DataObject.php +++ b/model/DataObject.php @@ -331,7 +331,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity * Construct a new DataObject. * * @param array|null $record This will be null for a new database record. Alternatively, you can pass an array of - * field values. Normally this contructor is only used by the internal systems that get objects from the database. + * field values. Normally this constructor is only used by the internal systems that get objects from the database. * @param boolean $isSingleton This this to true if this is a singleton() object, a stub for calling methods. * Singletons don't have their defaults set. * @param DataModel $model