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

@ -621,7 +621,7 @@ class MapManager implements CallbackListener {
*/
public function handleAfterInit() {
// Fetch MX infos
$this->mxManager->fetchManiaExchangeMapInformations();
$this->mxManager->fetchManiaExchangeMapInformation();
}
/**
@ -678,7 +678,7 @@ class MapManager implements CallbackListener {
$this->restructureMapList();
// Update the mx of the map (for update checks, etc.)
$this->mxManager->fetchManiaExchangeMapInformations($this->currentMap);
$this->mxManager->fetchManiaExchangeMapInformation($this->currentMap);
// Trigger own BeginMap callback (
//TODO remove deprecated callback later