THRIFT-2111: typo in php readme
Client: php
Patch: Jeremy Thomerson

Fixes type in php readme.
diff --git a/lib/php/README b/lib/php/README
index af6cf88..c24ee2c 100644
--- a/lib/php/README
+++ b/lib/php/README
@@ -32,7 +32,7 @@
 #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';