fixed typos / spelling
This commit is contained in:
@@ -151,7 +151,7 @@ class ManiaExchangeList implements CallbackListener, ManialinkPageAnswerListener
|
||||
$i = 0;
|
||||
$y = $height / 2 - 16;
|
||||
$pageFrames = array();
|
||||
foreach($maps as $map) { //TODO order possabilities
|
||||
foreach($maps as $map) { //TODO order possibilities
|
||||
/** @var MxMapInfo $map */
|
||||
if (!isset($pageFrame)) {
|
||||
$pageFrame = new Frame();
|
||||
|
@@ -118,7 +118,7 @@ class ManiaExchangeManager {
|
||||
*/
|
||||
public function fetchManiaExchangeMapInformations($map = null) {
|
||||
if (!$map) {
|
||||
//Fetch Informations for whole Maplist
|
||||
//Fetch Information for whole MapList
|
||||
$maps = $this->maniaControl->mapManager->getMaps();
|
||||
} else {
|
||||
//Fetch Information for a single map
|
||||
|
Reference in New Issue
Block a user