Skip to content

Commit

Permalink
Merge pull request #170 from chrislanzara/master
Browse files Browse the repository at this point in the history
Fixed "Megnatic" typo
  • Loading branch information
junzis authored Aug 25, 2024
2 parents d8dd978 + 4a7c719 commit 8acbdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyModeS/decoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _print(label, value, unit=None):
_print("True airspeed", commb.tas50(msg), "knots")

if BDS == "BDS60":
_print("Megnatic Heading", commb.hdg60(msg), "degrees")
_print("Magnetic Heading", commb.hdg60(msg), "degrees")
_print("Indicated airspeed", commb.ias60(msg), "knots")
_print("Mach number", commb.mach60(msg))
_print("Vertical rate (Baro)", commb.vr60baro(msg), "feet/minute")
Expand Down

0 comments on commit 8acbdf1

Please sign in to comment.