浏览代码

Corrected typo.

Taddeus Kroes 13 年之前
父节点
当前提交
08ec5a5bcd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      router.php

+ 1 - 1
router.php

@@ -34,7 +34,7 @@ require_once 'base.php';
  * </code>
  * 
  * You can use regular expression patterns to specify an URL. Any matches are
- * passed to the handler funtion as parameters:
+ * passed to the handler function as parameters:
  * <code>
  * function page($pagename) {
  *     return "This is the $pagename page.";