From 0870927cef964803e1d9772bf4e2f5c18e0c7d83 Mon Sep 17 00:00:00 2001 From: michael chrisco Date: Wed, 25 May 2016 08:07:40 -0700 Subject: [PATCH] Spelling over Test case --- Structural/Composite/Tests/CompositeTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Structural/Composite/Tests/CompositeTest.php b/Structural/Composite/Tests/CompositeTest.php index 510a06b..024cadf 100644 --- a/Structural/Composite/Tests/CompositeTest.php +++ b/Structural/Composite/Tests/CompositeTest.php @@ -23,8 +23,8 @@ class CompositeTest extends \PHPUnit_Framework_TestCase } /** - * The all point of this pattern, a Composite must inherit from the node - * if you want to builld trees. + * The point of this pattern, a Composite must inherit from the node + * if you want to build trees. */ public function testFormImplementsFormEelement() {