Przeglądaj źródła

Corrected typo.

Taddeus Kroes 13 lat temu
rodzic
commit
08ec5a5bcd
1 zmienionych plików z 1 dodań i 1 usunięć
  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.";