Explorar o código

Corrected typo.

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
08ec5a5bcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.";