From a5ba0d4602891beb50a21e588c28fa64e901da4f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 9 Apr 2014 17:07:00 +0700 Subject: [PATCH] fixed typos --- test/Client/StaticTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Client/StaticTest.php b/test/Client/StaticTest.php index d46c3a817c..dd3e3628a5 100644 --- a/test/Client/StaticTest.php +++ b/test/Client/StaticTest.php @@ -378,7 +378,7 @@ public function testSettingInvalidMethodThrowsException($method) } /** - * Test that POST data with mutli-dimentional array is properly encoded as + * Test that POST data with multi-dimentional array is properly encoded as * multipart/form-data * */