diff --git a/NEWS.md b/NEWS.md index 300d3939..f1889a60 100644 --- a/NEWS.md +++ b/NEWS.md @@ -36,7 +36,7 @@ This release contains many small fixes and enhancements. Highlights include the ** ** - Plugin: Highlight Weakened Portals colors have been generally improved. They should now reflect the changes in portal shield handling much better. -- Plugin: Calulate AP Stats now considers missing resonators when calculating the possible AP gain for either team. +- Plugin: Calculate AP Stats now considers missing resonators when calculating the possible AP gain for either team. - Plugin: Guess Player Level has gained some statistics like average level per faction (by sutepasu). - Plugin: Player Tracker would pick up bogus portals sometimes, resulting in awkward lines drawn (fix by vita10gy). - Plugin: Player Tracker now stops after zooming out too far. It was eating CPU while not being helpful. @@ -94,7 +94,7 @@ CHANGES IN 0.7 / 0.7.1 - Bugfix: portals were not clickable below the sidebar - Bugfix: map wasn’t rendered properly sometimes (only a gray area was shown) - Bugfix: resonators were duplicated sometimes -- Bugfix: AP calulation was wrong +- Bugfix: AP calculation was wrong - Bugfix: Permalink gave the wrong zoom level - Bugfix: zoom position not saved sometimes diff --git a/buildsettings.py b/buildsettings.py index 986b44e9..5645c96a 100644 --- a/buildsettings.py +++ b/buildsettings.py @@ -5,7 +5,7 @@ # possible fields: # resourceBaseUrl - optional - the URL base for external resources (all resources embedded in standard IITC) # distUrlBase - optional - the base URL to use for update checks -# buildMobild - optional - if set, mobild builds are built with 'ant'. requires the Android SDK and appropriate mobile/local.properties file configured +# buildMobile - optional - if set, mobile builds are built with 'ant'. requires the Android SDK and appropriate mobile/local.properties file configured # preBuild - optional - an array of strings to run as commands, via os.system, before building the scripts # postBuild - optional - an array of string to run as commands, via os.system, after all builds are complete diff --git a/website/versioncheck.php b/website/versioncheck.php index 6c9200ce..1517b549 100644 --- a/website/versioncheck.php +++ b/website/versioncheck.php @@ -29,7 +29,7 @@ $details = Array ( 'path' => 'experimental', 'name' => 'Experimental build', 'web' => 'http://iitc.jonatkins.com/?page=test&build=experimental', - 'mobileweb' => 'http://iitc.jonatkins.com/?page=test&build=experimental#test-mobild', + 'mobileweb' => 'http://iitc.jonatkins.com/?page=test&build=experimental#test-mobile', ), 'jonatkins-dev' => Array ( # personal