소스 검색

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.";