dictionary.txt (713B)
1 # List of "words" that codespell should ignore in our sources. 2 # 3 # Note: The word sensitivity depends on how the to-be-ignored word is 4 # spelled in codespell_lib/data/dictionary.txt. F.e. if there is a word 5 # 'foo' and you add 'Foo' _here_, codespell will continue to complain 6 # about 'Foo'. 7 # 8 # "ect"/"ECT" is the HKDF salt used when encrypting truth, it is part of 9 # the protocol and must not be "corrected" to "etc". 10 ect 11 ECT 12 # Local variable names. 13 dum 14 fo 15 pres 16 # German ("Ihr ... Code ist:", "an eine Adresse") in the i18n 17 # authorization messages. 18 ist 19 Adresse 20 # French ("Nom complet") in the identity attribute labels. 21 complet 22 # French/Belgian ("numero de registre national") in the BE validator. 23 registre