codespell: add 'ether' to ignored words

trigger a false positive with 'either'
This commit is contained in:
Alexandre Abadie 2021-01-07 22:15:19 +01:00
parent 5b279c8a3f
commit d99f34fc69
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -113,3 +113,6 @@ chang
# filp (variable name for file pointer) => flip # filp (variable name for file pointer) => flip
filp filp
# Ether (Scapy class name and means Ethernet in some parts of the code) => Either
ether