codespell: add 'ether' to ignored words
trigger a false positive with 'either'
This commit is contained in:
parent
5b279c8a3f
commit
d99f34fc69
3
dist/tools/codespell/ignored_words.txt
vendored
3
dist/tools/codespell/ignored_words.txt
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user