2019-10-25 13:26:16 +02:00
|
|
|
# This file contains ignored words that triggered false positive with codespell
|
|
|
|
#
|
|
|
|
# Extend it when needed, one word per line with documentation in a comment.
|
|
|
|
|
|
|
|
# nd (Neighbor Discovery) => and, 2nd
|
|
|
|
nd
|
|
|
|
|
|
|
|
# wan (Wide Area Network) => want
|
|
|
|
wan
|
|
|
|
|
|
|
|
# od (Object Dump) => of
|
|
|
|
od
|
|
|
|
|
|
|
|
# dout (Digital out) => doubt
|
|
|
|
dout
|
2020-03-10 18:14:26 +01:00
|
|
|
|
|
|
|
# ALS (Ambient Light Sensing) => ALSO
|
|
|
|
als
|
2020-10-02 07:42:16 +02:00
|
|
|
|
2023-05-01 21:17:17 +02:00
|
|
|
# CAF (Comp. A Enable Output Filter (MSP430) or Copy All Frames (SAM0) or C++ Actor Framework) => CALF
|
|
|
|
caf
|
|
|
|
|
2020-10-02 07:42:16 +02:00
|
|
|
# Technik (From "Beuth Hochschule für Technik Berlin") => Technique
|
|
|
|
technik
|
|
|
|
|
|
|
|
# inout (Doxygen input/output param) => input, in out
|
|
|
|
inout
|
|
|
|
|
|
|
|
# OT (OpenThread) => TO, OF, OR
|
|
|
|
ot
|
|
|
|
|
|
|
|
# fo (fragment offset) => of, for
|
|
|
|
fo
|
|
|
|
|
|
|
|
# AACK (802.15.4 Auto ACK) => ACK
|
|
|
|
aack
|
|
|
|
|
|
|
|
# pres (variable used for pressure measurement) => press
|
|
|
|
pres
|
|
|
|
|
|
|
|
# tHW (concatenation of \t and HW) => the, thaw
|
|
|
|
thw
|
|
|
|
|
|
|
|
# tThe (concatenation of \t and The) => the
|
|
|
|
tthe
|
|
|
|
|
|
|
|
# HSI (High Speed Internal oscillator) => HIS
|
|
|
|
hsi
|
|
|
|
|
|
|
|
# hart (RISC-V hart) => heart, harm
|
|
|
|
hart
|
|
|
|
|
|
|
|
# produkt (used in an url) => product
|
|
|
|
produkt
|
|
|
|
|
|
|
|
# BORD (a define in arm7_common) => BOARD, BORED, BORDER
|
|
|
|
bord
|
|
|
|
|
|
|
|
# PTD (a define in kinetis) => PDF
|
|
|
|
ptd
|
|
|
|
|
|
|
|
# THRE (a register of AVR UART peripheral) => THREE, THERE, THEIR, THE
|
|
|
|
thre
|
|
|
|
|
|
|
|
# UE (a register of AVR UART peripheral) => USE, DUE
|
|
|
|
ue
|
|
|
|
|
|
|
|
# BA (an hexadecimal value in tests-hashes-sha1.c) => BY, BE
|
|
|
|
ba
|
|
|
|
|
|
|
|
# doesnt (used in a test string in tests-crypto-modes-ccm.c) => doesn't, does not
|
|
|
|
doesnt
|
|
|
|
|
|
|
|
# creat (a POSIX fnctl function name) => create
|
|
|
|
creat
|
|
|
|
|
|
|
|
# Manal (firstname of a contributor) => Manual
|
|
|
|
manal
|
|
|
|
|
|
|
|
# ths (a variable name in thread_cooperation/main.c) => the, this
|
|
|
|
ths
|
|
|
|
|
|
|
|
# te, hel (partial words used in shell test script) => the, be, help, hell, heal
|
|
|
|
te
|
|
|
|
hel
|
|
|
|
|
|
|
|
# GUAs (Global Unicast Address) => gauss
|
|
|
|
guas
|
|
|
|
|
|
|
|
# extint (variable for external interrupt) => extinct, extant
|
|
|
|
extint
|
|
|
|
|
|
|
|
# ser (variable name in espreset.py script) => set
|
|
|
|
ser
|
|
|
|
|
|
|
|
# keypair (function name used in qdsa test) => key pair
|
|
|
|
keypair
|
|
|
|
|
|
|
|
# comprE (RPL number of prefix octets) => compare, compère
|
|
|
|
compre
|
|
|
|
|
|
|
|
# files' (when files is the last word in string, between quotes) => file's
|
|
|
|
files'
|
|
|
|
|
|
|
|
# dedup (used in a GNRC header file name) => dedupe
|
|
|
|
dedup
|
2020-10-19 18:54:31 +02:00
|
|
|
|
|
|
|
# circularly (used in "circularly linked list" in clist.h) => circular
|
|
|
|
circularly
|
2020-11-10 07:45:50 +01:00
|
|
|
|
|
|
|
# Chang (common name) => Change
|
|
|
|
chang
|
2021-01-07 22:12:15 +01:00
|
|
|
|
|
|
|
# filp (variable name for file pointer) => flip
|
|
|
|
filp
|
2021-01-07 22:15:19 +01:00
|
|
|
|
|
|
|
# Ether (Scapy class name and means Ethernet in some parts of the code) => Either
|
|
|
|
ether
|
2021-11-18 13:20:41 +01:00
|
|
|
|
|
|
|
# crate (Rust's package format) => create
|
|
|
|
crate
|
2021-04-23 11:32:36 +02:00
|
|
|
|
|
|
|
# VAs (volt ampere second) => was
|
|
|
|
vas
|
2022-03-07 14:45:09 +01:00
|
|
|
|
|
|
|
# Sur (macOS version alias) => Sure, sir
|
|
|
|
sur
|
2022-09-15 12:14:39 +02:00
|
|
|
|
|
|
|
# unsecure (unlocked, protection disabled) => insecure
|
|
|
|
unsecure
|
2022-09-16 13:28:48 +02:00
|
|
|
|
|
|
|
# nce (neighbor cache entry) => once, nice
|
|
|
|
nce
|
|
|
|
|
|
|
|
# warmup => warm up, warm-up
|
|
|
|
warmup
|
|
|
|
|
|
|
|
# clen => clean, clan
|
|
|
|
clen
|
|
|
|
|
|
|
|
# RO (read only) => to, row, rob, rod, roe, rot
|
|
|
|
ro
|
2022-09-24 23:30:47 +02:00
|
|
|
|
|
|
|
# Synopsys (vendor name) => Synopsis
|
|
|
|
synopsys
|
2022-09-30 10:53:11 +02:00
|
|
|
|
|
|
|
# nam (part of lorem ipsum "Velit scelerisque in dictum non consectetur a erat nam.")
|
|
|
|
# => name
|
|
|
|
nam
|
|
|
|
|
|
|
|
# donot (part of bloom filter test vector) => do not
|
|
|
|
donot
|
2022-10-04 13:15:50 +02:00
|
|
|
|
|
|
|
# Didi (Ayman El Didi) => Did
|
|
|
|
didi
|
2023-05-01 21:17:17 +02:00
|
|
|
|
|
|
|
# loath => loathe (both correct, one is an adjective, the other a verb)
|
|
|
|
loath
|
2023-07-22 16:56:28 +02:00
|
|
|
|
|
|
|
# NOE (Negative Output Enable) ==> NOT, NO, NODE, NOTE, KNOW, NOW
|
|
|
|
noe
|
|
|
|
|
|
|
|
# NWE (Negative Write Enable) ==> NEW
|
|
|
|
nwe
|
2023-08-29 19:28:45 +02:00
|
|
|
|
|
|
|
# rsource (used to include Kconfig files) ==> resource, source
|
|
|
|
rsource
|
|
|
|
|
|
|
|
# SHS (abbreviation for Secure Hash Standard) => SSH, NHS
|
|
|
|
shs
|
2023-10-16 12:18:08 +02:00
|
|
|
|
|
|
|
# FRAM (abbreviation for ferroelectric random access memory, a non-volatile memory)
|
|
|
|
fram
|
|
|
|
|
|
|
|
# MIS (mask interrupt register)
|
|
|
|
mis
|
2024-10-09 13:03:28 +02:00
|
|
|
|
|
|
|
# assertIn (python test framework method)
|
|
|
|
assertIn
|
|
|
|
|
|
|
|
# bootup (common spelling of boot-up)
|
|
|
|
bootup
|
|
|
|
|
|
|
|
# shiftIn (Arduino function name)
|
|
|
|
shiftIn
|
|
|
|
|
|
|
|
# <b>e</b>lements (used in Congure documentation)
|
|
|
|
lements
|