From a4a0f6a6a7ca6f08b1f6f3a6da8f5083bd248dad Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 9 May 2010 15:47:18 +0000 Subject: Fixed typo. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6816 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/HTTP_POST_multipartTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/HTTP_POST_multipartTest.php b/test/HTTP_POST_multipartTest.php index 0abb282..b2f675b 100644 --- a/test/HTTP_POST_multipartTest.php +++ b/test/HTTP_POST_multipartTest.php @@ -12,7 +12,7 @@ class HTTP_POST_multipartTest extends PHPUnit_Framework_TestCase { if ($ex) $this->setExpectedException($ex); $class = new ReflectionClass('HTTP_POST_multipart'); - $method = $class->getMethod('bulidDataPart'); + $method = $class->getMethod('buildDataPart'); $method->setAccessible(true); $this->assertEquals( -- cgit v1.2.3