diff options
Diffstat (limited to 'framework')
-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
|