minor wording and spelling fixes

This commit is contained in:
Steffen Schröder
2014-05-18 16:26:52 +02:00
parent 8ff4e191a8
commit 32259585bd
7 changed files with 13 additions and 12 deletions

View File

@ -34,8 +34,8 @@ class ManiaExchangeManager {
const SEARCH_ORDER_COMMENTS_LEAST = 11;
const SEARCH_ORDER_DIFFICULTY_EASIEST = 12;
const SEARCH_ORDER_DIFFICULTY_HARDEST = 13;
const SEARCH_ORDER_LENGHT_SHORTEST = 14;
const SEARCH_ORDER_LENGHT_LONGEST = 15;
const SEARCH_ORDER_LENGTH_SHORTEST = 14;
const SEARCH_ORDER_LENGTH_LONGEST = 15;
//Maximum Maps per request
const MAPS_PER_MX_FETCH = 50;
@ -73,7 +73,7 @@ class ManiaExchangeManager {
*
* @param null $map
*/
public function fetchManiaExchangeMapInformations($map = null) {
public function fetchManiaExchangeMapInformation($map = null) {
if (!$map) {
//Fetch Information for whole MapList
$maps = $this->maniaControl->mapManager->getMaps();