Index: trunk/phase3/includes/SpecialPage.php |
— | — | @@ -505,7 +505,7 @@ |
506 | 506 | |
507 | 507 | /** |
508 | 508 | * Execute a special page path. |
509 | | - * The path may contain parameters, e.g. Special:Name/Params |
| 509 | + * The path may contain parameters, e.g. Special:Name/Params |
510 | 510 | * Extracts the special page name and call the execute method, passing the parameters |
511 | 511 | * |
512 | 512 | * Returns a title object if the page is redirected, false if there was no such special |