One more typo
authorChuck Hagenbuch <chuck@horde.org>
Mon, 21 Sep 2009 13:34:28 +0000 (09:34 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 21 Sep 2009 13:34:28 +0000 (09:34 -0400)
framework/Injector/test/Horde/Injector/InjectorTest.php

index bb7b7f5..1bf61da 100644 (file)
@@ -128,7 +128,7 @@ class Horde_Injector_InjectorTest extends PHPUnit_Framework_TestCase
         $childInjector->addBinder('FooBarInterface', new Horde_Injector_Binder_Implementation('StdClass'));
 
         $this->assertSame($returnedObject, $childInjector->getInstance('FooBarInterface'),
-            "Child should have returned object refernce from parent because added binder was identical to the parent binder");
+            "Child should have returned object reference from parent because added binder was identical to the parent binder");
     }
 
     /**