[PATCH v2 0/3] scripts/spelling.txt: add some spelling pairs and reorder

From: Zhen Lei
Date: Wed Jun 16 2021 - 08:26:43 EST


v1 --> v2:
1) Avoid hard coding, dynamic identification of comment lines
2) Avoid creating a temporary file
3) Sort based on "correction", then "mistake"
4) Add "export LC_ALL=C"

v1:
Add spelling_sanitizer.sh and use it to reorder, then add some spelling
"mistake||correction" pairs.

Zhen Lei (3):
scripts: add spelling_sanitizer.sh script
scripts/spelling.txt: sort and remove duplicates
scripts/spelling.txt: add some spelling "mistake||correction" pairs

scripts/spelling.txt | 1220 +++++++++++++++++----------------
scripts/spelling_sanitizer.sh | 27 +
2 files changed, 674 insertions(+), 573 deletions(-)
create mode 100755 scripts/spelling_sanitizer.sh

--
2.25.1