|
6 | 6 | NGWORD_LIST = [ |
7 | 7 | ("", "<br>", "<br/>"), |
8 | 8 | ("", "</br>", "<br/>"), |
| 9 | + ("", "acccess", "access"), |
| 10 | + ("", "ALING", "ALIGN"), |
| 11 | + ("", "alloacte", "allocate"), |
| 12 | + ("", "asssert", "assert"), |
| 13 | + ("", "asssume", "assume"), |
9 | 14 | ("", "algined", "aligned"), |
10 | 15 | ("", "concpet", "concept"), |
11 | 16 | ("", "condtion", "condition"), |
| 17 | + ("", "Dimentional", "Dimensional"), |
12 | 18 | ("", "eror", "error"), |
| 19 | + ("", "enumrate", "enumerate"), |
| 20 | + ("", "expceted", "expected"), |
13 | 21 | ("", "exposion", "exposition"), |
| 22 | + ("", "functon", "function"), |
14 | 23 | ("", "generetor", "generator"), |
15 | 24 | ("", "greator", "greater"), |
16 | 25 | ("", "namespase", "namespace"), |
17 | 26 | ("", "noexpcet", "noexcept"), |
| 27 | + ("", "oeprator", "operator"), |
18 | 28 | ("", "opreator", "operator"), |
| 29 | + ("", "opton", "option"), |
| 30 | + ("", "Ohter", "Other"), |
19 | 31 | ("", "protmise_type", "promise_type"), |
20 | 32 | ("", "pvalue", "prvalue"), |
| 33 | + ("", "refernce", "reference"), |
21 | 34 | ("", "repear", "repeat"), |
22 | 35 | ("", "std::range::", "std::ranges::"), |
23 | 36 | ("", "swtich", "switch"), |
|
0 commit comments