Index: trunk/phase3/includes/Title.php |
— | — | @@ -595,7 +595,7 @@ |
596 | 596 | /** |
597 | 597 | * Get the main part with underscores |
598 | 598 | * |
599 | | - * @return Stromg: Main part of the title, with underscores |
| 599 | + * @return String: Main part of the title, with underscores |
600 | 600 | */ |
601 | 601 | public function getDBkey() { return $this->mDbkeyform; } |
602 | 602 | |