diff --git a/cake/libs/object_collection.php b/cake/libs/object_collection.php index a9750f3e8..fbff40ee0 100644 --- a/cake/libs/object_collection.php +++ b/cake/libs/object_collection.php @@ -222,7 +222,7 @@ abstract class ObjectCollection { } /** - * Adds or overwrites an instatiated object to the collection + * Adds or overwrites an instantiated object to the collection * * @param string $name Name of the object * @param Object $object The object to use