Merge pull request #718 from nexushoratio/proofreading

Fix a number of typos in comments and site content
This commit is contained in:
Jon Atkins 2014-01-05 14:04:44 -08:00
commit 1a3d4faebe
7 changed files with 7 additions and 7 deletions

View File

@ -179,7 +179,7 @@ window.setupMap = function() {
// faction-specific layers // faction-specific layers
// these layers don't actually contain any data. instead, every time they're added/removed from the map, // these layers don't actually contain any data. instead, every time they're added/removed from the map,
// the matching sub-layers within the above portals/fields/links are added/removed from their parent with // the matching sub-layers within the above portals/fields/links are added/removed from their parent with
// the below 'onoverlayadd/onoverlayremovve' events // the below 'onoverlayadd/onoverlayremove' events
var factionLayers = [L.layerGroup(), L.layerGroup(), L.layerGroup()]; var factionLayers = [L.layerGroup(), L.layerGroup(), L.layerGroup()];
for (var fac in factionLayers) { for (var fac in factionLayers) {
map.addLayer (factionLayers[fac]); map.addLayer (factionLayers[fac]);

View File

@ -16,7 +16,7 @@ var requestParameterMunges = [
// the current munge set auto-detection code is working very well. as any site update that breaks that detection // the current munge set auto-detection code is working very well. as any site update that breaks that detection
// code will also, almost certainly, change the munges in use, it seems pointless keeping this set up to date by hand // code will also, almost certainly, change the munges in use, it seems pointless keeping this set up to date by hand
// at this time. If that auto-detection breaks, it may be easier to quicky add a munge set by hand than update // at this time. If that auto-detection breaks, it may be easier to quickly add a munge set by hand than update
// the regular expressions, so the list-based code remains available for the future // the regular expressions, so the list-based code remains available for the future
// // set 11 - 2013-12-06 // // set 11 - 2013-12-06
// { // {

View File

@ -68,7 +68,7 @@ window.getLinkAmpRangeBoost = function(d) {
// (at the time of writing, only rare link amps have been seen in the wild, so there's a little guesswork at how // (at the time of writing, only rare link amps have been seen in the wild, so there's a little guesswork at how
// the stats work and combine - jon 2013-06-26) // the stats work and combine - jon 2013-06-26)
// link amps scale: first is full, second a quarter, the last two an eigth // link amps scale: first is full, second a quarter, the last two an eighth
var scale = [1.0, 0.25, 0.125, 0.125]; var scale = [1.0, 0.25, 0.125, 0.125];
var boost = 0.0; // initial boost is 0.0 (i.e. no boost over standard range) var boost = 0.0; // initial boost is 0.0 (i.e. no boost over standard range)

View File

@ -150,7 +150,7 @@ window.plugin.portalslist.portalTable = function(sortBy, sortOrder, filter) {
} else if (aComp > bComp) { } else if (aComp > bComp) {
retVal = 1; retVal = 1;
} else { } else {
// equal - compare GUIDs to ensure consistant (but arbitary) order // equal - compare GUIDs to ensure consistent (but arbitrary) order
retVal = a.guid < b.guid ? -1 : 1; retVal = a.guid < b.guid ? -1 : 1;
} }

View File

@ -80,7 +80,7 @@ date, the full data for every portal on the map was sent to the browser, so IITC
various features - resonator search, mitigation highlighters, portal age lists, many highlighters, etc. various features - resonator search, mitigation highlighters, portal age lists, many highlighters, etc.
</p> </p>
<p> <p>
After this date they only send the bare nimimum of data for all the portals on the screen. The data available is: After this date they only send the bare minimum of data for all the portals on the screen. The data available is:
</p> </p>
<ul> <ul>
<li>Location</li> <li>Location</li>

View File

@ -19,7 +19,7 @@ Just in time for the holidays, another IITC update. IITC 0.16.1 and IITC Mobile
Changes include Changes include
</p> </p>
<ul> <ul>
<li>Portals list plugin returns - but less data than before due to the Niatnic backend changes</li> <li>Portals list plugin returns - but less data than before due to the Niantic backend changes</li>
<li>Resonators plugin returns - but only shows the selected portal</li> <li>Resonators plugin returns - but only shows the selected portal</li>
<li>Mobile: <li>Mobile:
<ul> <ul>

View File

@ -6,7 +6,7 @@ Just in time for the holidays, another IITC update. IITC 0.16.1 and IITC Mobile
Changes include Changes include
</p> </p>
<ul> <ul>
<li>Portals list plugin returns - but less data than before due to the Niatnic backend changes</li> <li>Portals list plugin returns - but less data than before due to the Niantic backend changes</li>
<li>Resonators plugin returns - but only shows the selected portal</li> <li>Resonators plugin returns - but only shows the selected portal</li>
<li>Mobile: <li>Mobile:
<ul> <ul>