Showing 1 changed files with 1 additions and 1 deletions
+1 -1
Nasal/softkeys.nas
... ...
@@ -1209,7 +1209,7 @@ var keyMap = {
1209 1209
                 first : 7,
1210 1210
                 texts : ['MIN', 'MAX' ],
1211 1211
                 MIN : { first: 3, texts : ['0NM',   '10NM',  '30NM',  '50NM'] },
1212
-                MAX : { fisrt: 3, texts : ['200NM', '150NM', '100NM', '50NM'] },
1212
+                MAX : { first: 3, texts : ['200NM', '150NM', '100NM', '50NM'] },
1213 1213
             },
1214 1214
             OMNI : { texts: ['NDB', 'FIX', 'VOR', 'APT', '', '', '', '', '', 'COMM'] }, # that will be mirrored later
1215 1215
         },