diff options
author | knut <> | 2007-05-29 21:01:20 +0000 |
---|---|---|
committer | knut <> | 2007-05-29 21:01:20 +0000 |
commit | 81067c441253e83faf27e2aaf9eaac37ffdb90d6 (patch) | |
tree | b6b401ca28825743128d373504987f12f16534fd | |
parent | 8afa142d90de10cbd8bbd840c8eb32a3f5b846af (diff) |
minor typo in documentation
-rw-r--r-- | framework/Web/TUrlManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/TUrlManager.php b/framework/Web/TUrlManager.php index d7938a47..f1eb888c 100644 --- a/framework/Web/TUrlManager.php +++ b/framework/Web/TUrlManager.php @@ -95,7 +95,7 @@ class TUrlManager extends TModule /**
* Parses the request URL and returns an array of input parameters.
- * This mehtod is automatically invoked by {@link THttpRequest} when
+ * This method is automatically invoked by {@link THttpRequest} when
* handling a user request.
*
* In general, this method should parse the path info part of the requesting URL
|