Re: typos

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: typos
Date: 2022-05-11 02:03:34
Message-ID: 20220511020334.GH19626@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I found a bunch more typos; a couple from codespell, and several which are the
result of looking for previously-reported typos, like:

time git log origin --grep '[tT]ypo' --word-diff -U1 |grep -Eo '\[-[[:lower:]]+-\]' |sed 's/^\[-//; s/-\]$//' |sort -u |grep -Fxvwf /usr/share/dict/words >badwords.txt
time grep -rhoFwf badwords.txt doc |sort -u >not-badwords.txt
time grep -Fxvwf not-badwords.txt ./badwords.txt >./badwords.txt.new
time grep -rhoIFwf ./badwords.txt.new src --incl='*.[chly]' --incl='*.p[lm]' |sort |uniq -c |sort -nr |less

Attachment Content-Type Size
v2022051001-0001-doc-ANDed-and-ORed.patch text/x-diff 3.3 KB
v2022051001-0002-typos.patch text/x-diff 8.6 KB

In response to

  • Re: typos at 2022-04-20 21:38:42 from Justin Pryzby

Responses

  • Re: typos at 2022-05-11 06:41:27 from Michael Paquier

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-05-11 02:18:29 Re: make MaxBackends available in _PG_init
Previous Message Bruce Momjian 2022-05-11 02:02:49 Re: First draft of the PG 15 release notes