Fix typos

Fixed with the command:
  codespell --write-changes --ignore-words-list hve,vas
codespell is available at https://github.com/lucasdemarchi/codespell
This commit is contained in:
Daniele Forsi
2019-10-31 13:36:26 +01:00
parent ec2721cfdc
commit 489c405de0
16 changed files with 25 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ def airborne_velocity(msg, rtn_sources=False):
rate of climb/descent (ft/min), speed type
('GS' for ground speed, 'AS' for airspeed),
direction source ('true_north' for ground track / true north
as refrence, 'mag_north' for magnetic north as reference),
as reference, 'mag_north' for magnetic north as reference),
rate of climb/descent source ('Baro' for barometer, 'GNSS'
for GNSS constellation).
"""