Skip to content

Commit 8acbdf1

Browse files
authored
Merge pull request #170 from chrislanzara/master
Fixed "Megnatic" typo
2 parents d8dd978 + 4a7c719 commit 8acbdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyModeS/decoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def _print(label, value, unit=None):
211211
_print("True airspeed", commb.tas50(msg), "knots")
212212

213213
if BDS == "BDS60":
214-
_print("Megnatic Heading", commb.hdg60(msg), "degrees")
214+
_print("Magnetic Heading", commb.hdg60(msg), "degrees")
215215
_print("Indicated airspeed", commb.ias60(msg), "knots")
216216
_print("Mach number", commb.mach60(msg))
217217
_print("Vertical rate (Baro)", commb.vr60baro(msg), "feet/minute")

0 commit comments

Comments
 (0)