From ff0fe38722c768c7269afa733790a2b968ea3099 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 4 Feb 2013 23:09:05 +0100 Subject: [PATCH] Two typos fixed in gmap.html. --- gmap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gmap.html b/gmap.html index 6ee76df..b39a30a 100644 --- a/gmap.html +++ b/gmap.html @@ -90,9 +90,9 @@ if (p.flight.length) { html += ''+p.flight+'
'; } - html += 'Altitude: '+p.altitude+' feets
'; + html += 'Altitude: '+p.altitude+' feet
'; html += 'Speed: '+p.speed+' knots
'; - html += 'Coordiates: '+p.lat+', '+p.lon+'
'; + html += 'Coordinates: '+p.lat+', '+p.lon+'
'; i.innerHTML = html; }