altosui: altimeter is not spelled altimter
authorKeith Packard <keithp@keithp.com>
Mon, 8 Aug 2011 19:25:30 +0000 (12:25 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 8 Aug 2011 19:25:30 +0000 (12:25 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosUI.java

index 885e60cd53bea7d30e42a90093aaec25a5141e30..fefe74e82e4b2c397780134c8fcf7795a19d5442 100644 (file)
@@ -147,7 +147,7 @@ public class AltosUI extends JFrame {
                                                ExportData();
                                        }
                                });
-               b = addButton(0, 1, "Configure Altimter");
+               b = addButton(0, 1, "Configure Altimeter");
                b.addActionListener(new ActionListener() {
                                        public void actionPerformed(ActionEvent e) {
                                                ConfigureTeleMetrum();