Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruucB-008T8k-2t for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Apr 2024 13:37:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1ruucA-000dUK-6j for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Apr 2024 13:37:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruuc9-000dUA-TJ for pgsql-hackers@lists.postgresql.org; Thu, 11 Apr 2024 13:37:17 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruuc7-002LyY-2i for pgsql-hackers@lists.postgresql.org; Thu, 11 Apr 2024 13:37:16 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id AA6E0300A978 for ; Thu, 11 Apr 2024 15:37:11 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 9A7122E29052; Thu, 11 Apr 2024 15:37:11 +0200 (CEST) Received: from s472.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 982C92C8BABC; Thu, 11 Apr 2024 15:37:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.209 X-Spam-Level: X-Spam-Status: No, score=-1.209 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Authentication-Results: s472.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.6]) by s472.loopia.se (s472.loopia.se [172.22.190.12]) (amavisd-new, port 10024) with UTF8LMTP id k-oFP7dOHw7A; Thu, 11 Apr 2024 15:37:11 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id E44222201579; Thu, 11 Apr 2024 15:37:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1712842631; bh=geoMC7tuTh5qrDg5WS/lIhLPE0jox4dMGq+xWairI4Y=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=HXI0/qmDBRBP8E1PGiC+zcUU8hRIabB2lPcMQ8o+FtiXDnYd2i7UZhnnlcZD/z80k GiUPYResruOq12g8vCmSfcMbTOUcD7BSHFZqSayRwi4WBwfN1unMG9cXUgcvO5aWjv cYzYttYiM8lPJ+msANyIsilB/WD8T9gAzbVGUJsSSo+DMJd6BQN87mOOjtoOPrXZQW xuyvqMby8Po5B2Ji+cvaE46/sNLS1L/pRUrPCBp6wH/61GvDFEQpkXvhyv1euNvYys oSJaDXUiH3QW3If882yt8uTAgRWpMXAAPVAksPLzBXmpHaIKT+lVgNXrD5LVwjjKSD cJbwgaaqrDzeg== From: Daniel Gustafsson Message-Id: Content-Type: multipart/alternative; boundary="Apple-Mail=_D474613D-6CCE-464C-A6D3-0E619425440F" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: Typos in the code and README Date: Thu, 11 Apr 2024 15:37:00 +0200 In-Reply-To: Cc: PostgreSQL Developers To: David Rowley References: <3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se> X-Mailer: Apple Mail (2.3774.500.171.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --Apple-Mail=_D474613D-6CCE-464C-A6D3-0E619425440F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On 11 Apr 2024, at 15:29, David Rowley wrote: >=20 > On Fri, 12 Apr 2024, 1:05 am Daniel Gustafsson, > wrote: >> Now that the tree has settled down a bit post-freeze I ran some = tooling to >> check spelling. I was primarily interested in docs and README* which = were >> mostly free from simply typos, while the code had some in various = comments and >> one in code. The attached fixes all that I came across (not = cross-referenced >> against ongoing reverts or any other fixup threads but will be before = pushing >> of course). >=20 >=20 > I see you've corrected "iif" to "if". It should be "iff". Gotcha, will fix. I opted for "if" due to recent threads where the use = of "iff" was discouraged due to not being commonly known, but that was in = doc/ and not code comments. -- Daniel Gustafsson --Apple-Mail=_D474613D-6CCE-464C-A6D3-0E619425440F Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii
On 11 Apr 2024, at 15:29, David Rowley <dgrowleyml@gmail.com> wrote:

On Fri, 12 Apr 2024, 1:05 am Daniel Gustafsson, <daniel@yesql.se> wrote:
Now that the tree has settled down a bit post-freeze I ran some tooling to
check spelling.  I was primarily interested in docs and README* which were
mostly free from simply typos, while the code had some in various comments and
one in code.  The attached fixes all that I came across (not cross-referenced
against ongoing reverts or any other fixup threads but will be before pushing
of course).

I see you've corrected "iif" to "if". It should be "iff".

Gotcha, will fix.  I opted for "if" due to recent threads where the use of
"iff" was discouraged due to not being commonly known, but that was in doc/ and
not code comments.

--
Daniel Gustafsson

--Apple-Mail=_D474613D-6CCE-464C-A6D3-0E619425440F--