Skip to content

Commit

Permalink
Two typos fixed in gmap.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 4, 2013
1 parent c991d65 commit ff0fe38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
if (p.flight.length) {
html += '<b>'+p.flight+'</b><br>';
}
html += 'Altitude: '+p.altitude+' feets<br>';
html += 'Altitude: '+p.altitude+' feet<br>';
html += 'Speed: '+p.speed+' knots<br>';
html += 'Coordiates: '+p.lat+', '+p.lon+'<br>';
html += 'Coordinates: '+p.lat+', '+p.lon+'<br>';
i.innerHTML = html;
}

Expand Down

0 comments on commit ff0fe38

Please sign in to comment.