[hamradio-commits] [dump1090] 56/389: Two typos fixed in gmap.html.
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch master
in repository dump1090.
commit ff0fe38722c768c7269afa733790a2b968ea3099
Author: antirez <antirez at gmail.com>
Date: Mon Feb 4 23:09:05 2013 +0100
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 += '<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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list