diff options
author | knut <> | 2007-05-30 23:27:00 +0000 |
---|---|---|
committer | knut <> | 2007-05-30 23:27:00 +0000 |
commit | c3a72002383cb3de9bdcff09214bb757b2bc5e46 (patch) | |
tree | 9c8c1fa0f4d83e38c46ba4485f849a2f5d218311 /framework/Web/THttpResponseAdapter.php | |
parent | f71f9562d2ed0839f48bbf1bda7a80d0bc157778 (diff) |
fixing small typos in the API documentation
Diffstat (limited to 'framework/Web/THttpResponseAdapter.php')
-rw-r--r-- | framework/Web/THttpResponseAdapter.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/THttpResponseAdapter.php b/framework/Web/THttpResponseAdapter.php index 8a1c86bb..a521bd21 100644 --- a/framework/Web/THttpResponseAdapter.php +++ b/framework/Web/THttpResponseAdapter.php @@ -13,8 +13,8 @@ /** * THttpResponseAdapter class. * - * THttpResponseAdapter allows the base http response class to change behaviour - * without change the class hierachy. + * THttpResponseAdapter allows the base http response class to change behavior + * without change the class hierarchy. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Id$ |