diff --git a/config.php b/config.php index 2c0d4463..3e11e52b 100644 --- a/config.php +++ b/config.php @@ -158,8 +158,8 @@ $config = array( // won't be displayed if there is only one item (rookgaard for example) 'character_towns' => array(1), - // characters lenght - // This is the minimum and the maximum length that a player can create a character. It is highly recommend the maximum lenght be 21. + // characters length + // This is the minimum and the maximum length that a player can create a character. It is highly recommend the maximum length to be 21. 'character_name_min_length' => 4, 'character_name_max_length' => 21,