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

@@ -141,7 +141,7 @@ Common functions
pms.hex2bin(str) # Convert hexadecimal string to binary string
pms.bin2int(str) # Convert binary string to integer
pms.hex2int(str) # Convert hexadecimal string to integer
pms.gray2int(str) # Convert grey code to interger
pms.gray2int(str) # Convert grey code to integer
Core functions for ADS-B decoding