From 65d1c0329c3478864e86b28f5c9077d3d8aee745 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 9 Jan 2011 17:16:44 -0800 Subject: [PATCH] Fixed typo --- cake/libs/object_collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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