THRIFT-2111: typo in php readme
authorjfarrell <jfarrell@apache.org>
Sat, 3 Aug 2013 01:55:22 +0000 (21:55 -0400)
committerjfarrell <jfarrell@apache.org>
Sat, 3 Aug 2013 01:55:22 +0000 (21:55 -0400)
Client: php
Patch: Jeremy Thomerson

Fixes type in php readme.

lib/php/README

index af6cf88..c24ee2c 100644 (file)
@@ -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';