From aca2e0a5b3a42cd7d70608dd1c5a8adf5421d39b Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 21 Sep 2009 09:34:28 -0400 Subject: [PATCH] One more typo --- framework/Injector/test/Horde/Injector/InjectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } /** -- 2.11.0