fixed typos / spelling

This commit is contained in:
Steffen Schröder
2014-05-02 15:26:07 +02:00
parent 36b76da5c9
commit e87a454ba7
7 changed files with 11 additions and 11 deletions

View File

@ -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();