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 1rvOHE-00Bghi-JA for pgsql-hackers@arkaria.postgresql.org; Fri, 12 Apr 2024 21:17:41 +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 1rvOHC-000aKH-NB for pgsql-hackers@arkaria.postgresql.org; Fri, 12 Apr 2024 21:17:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rvOHC-000aK1-Bk for pgsql-hackers@lists.postgresql.org; Fri, 12 Apr 2024 21:17:38 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rvOH8-000c5K-0e for pgsql-hackers@lists.postgresql.org; Fri, 12 Apr 2024 21:17:37 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id CA4603007204 for ; Fri, 12 Apr 2024 23:17:32 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id B88C02E2A792; Fri, 12 Apr 2024 23:17:32 +0200 (CEST) Received: from s473.loopia.se (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id B167310BC387; Fri, 12 Apr 2024 23:17:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.21 X-Spam-Level: X-Spam-Status: No, score=-1.21 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, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Authentication-Results: s473.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with LMTP id eDVXbE3c57F3; Fri, 12 Apr 2024 23:17:23 +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 s899.loopia.se (Postfix) with ESMTPSA id 2E3022C8BA41; Fri, 12 Apr 2024 23:17:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1712956642; bh=TFqw1qDBC5285eIVDoSpguY6W76PIksyfsIupwRGzt8=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=HFR8sMieAPOQHacwmttzwuOHIaZtIemuNyPdnO0WCEFeyeemvA+6bENZeJ9JehQUR 5MRWatmhp9+mi82NsmzKsZoIWWX8gaXLNjgReaQdyZ/jGXxA6a4N6Os046DcJkcKNS mJb2sZ07rb+DgfaWv/WC14a/WUNqrsvHs/KTeJo++PfFrb0hbt5SDyIs/TJ5lOPsTA 3ujpy3ObMrNo6j5shJl0IshbTP1llqOTNJjYITU17Lg7QA2aXocaa/COiOYo3GsI11 1l7h10cuDS7+eJqhZHDOMhhItnR6/cUkDzZAAkwRHRm8dnRvzxRIzz82gIiuJkHiQr jS8nBcmyaq2dw== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: Typos in the code and README From: Daniel Gustafsson In-Reply-To: Date: Fri, 12 Apr 2024 23:17:11 +0200 Cc: PostgreSQL Developers Content-Transfer-Encoding: quoted-printable Message-Id: <3E020742-206E-4052-83AF-8721190A10E0@yesql.se> References: <3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se> To: Heikki Linnakangas 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 > On 12 Apr 2024, at 23:15, Heikki Linnakangas wrote: >=20 > On 11/04/2024 16:05, 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 > Here's a few more. I've accumulate these over the past couple of = months, keeping them stashed in a branch, adding to it whenever I've = spotted a minor typo while reading the code. Nice, let's lot all these together. -- Daniel Gustafsson