Explorar el Código

Corrected typo.

Taddeus Kroes hace 13 años
padre
commit
08ec5a5bcd
Se han modificado 1 ficheros con 1 adiciones y 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.";