* Alejandro Colomar <alx.manpages@xxxxxxxxx>, 2022-08-20 01:28:
BTW, I noticed you find a lot of typos. I'm curious: do you find them when reading, or you run a tool that finds them?
I have two unconventional spellcheckers in my toolbox: https://jwilk.net/software/mwic https://jwilk.net/software/anorack I usually run them on diffs, like this: $ git pull ... $ git diff @{1} | grep ^+ | mwic [wade through the jungle of false positives] -- Jakub Wilk