From f1428530c3ca57396d84e28c0e0019a3073f069d Mon Sep 17 00:00:00 2001 From: Carlos Salaverria Date: Tue, 13 Sep 2016 16:52:53 -0500 Subject: [PATCH] Fix ADS-B misspelling --- public_html/formatter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/formatter.js b/public_html/formatter.js index b1866e7..d04448b 100644 --- a/public_html/formatter.js +++ b/public_html/formatter.js @@ -202,7 +202,7 @@ function format_data_source(source) { case 'mlat': return "MLAT"; case 'adsb': - return "ADSB"; + return "ADS-B"; case 'mode_s': return "Mode S"; case 'mode_ac':