Fixed typo

This commit is contained in:
Jeremy Harris 2011-01-09 17:16:44 -08:00
parent f87ae5469b
commit 65d1c0329c

View file

@ -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