From 9bfa7687ded691a87367e74da6eb9e0f84355dc8 Mon Sep 17 00:00:00 2001 From: Mayurkumar Vandra Date: Sun, 1 Mar 2015 18:01:49 -0500 Subject: [PATCH] Updated a Typo in Builder - Director Test --- Creational/Builder/Tests/DirectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creational/Builder/Tests/DirectorTest.php b/Creational/Builder/Tests/DirectorTest.php index 90cdb39..33e853e 100644 --- a/Creational/Builder/Tests/DirectorTest.php +++ b/Creational/Builder/Tests/DirectorTest.php @@ -30,7 +30,7 @@ class DirectorTest extends \PHPUnit_Framework_TestCase /** * Here we test the build process. Notice that the client don't know - * anything about the contrete builder. + * anything about the concrete builder. * * @dataProvider getBuilder */