From aa721610daa3f11df3451149d44dc614e9cffe18 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Fri, 2 Aug 2013 21:55:22 -0400 Subject: [PATCH] THRIFT-2111: typo in php readme Client: php Patch: Jeremy Thomerson Fixes type in php readme. --- lib/php/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/README b/lib/php/README index af6cf88d..c24ee2c0 100644 --- a/lib/php/README +++ b/lib/php/README @@ -32,7 +32,7 @@ To use Thrift in your PHP codebase, take the following steps: #1) Copy all of thrift/lib/php/lib into your PHP codebase #2) Configure Symfony Autoloader (or whatever you usually use) -After thaht, you have to manually include the Thrift package +After that, you have to manually include the Thrift package created by the compiler: require_once 'packages/Service/Service.php'; -- 2.17.1