From: Chuck Hagenbuch Date: Mon, 21 Sep 2009 13:34:28 +0000 (-0400) Subject: One more typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=aca2e0a5b3a42cd7d70608dd1c5a8adf5421d39b;p=horde.git One more typo --- diff --git a/framework/Injector/test/Horde/Injector/InjectorTest.php b/framework/Injector/test/Horde/Injector/InjectorTest.php index bb7b7f57e..1bf61da7a 100644 --- a/framework/Injector/test/Horde/Injector/InjectorTest.php +++ b/framework/Injector/test/Horde/Injector/InjectorTest.php @@ -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"); } /**