Re: typos

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Subject: Re: typos
Date: 2022-04-21 04:36:29
Message-ID: YmDfTbMhNtOTWoLL@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 20, 2022 at 11:32:08PM +0200, Alvaro Herrera wrote:
> So the attached.
>
> --- a/doc/src/sgml/install-windows.sgml
> +++ b/doc/src/sgml/install-windows.sgml
> @@ -307,9 +307,9 @@ $ENV{MSBFLAGS}="/m";
> </varlistentry>
>
> <varlistentry>
> - <term><productname>ZSTD</productname></term>
> + <term><productname>Zstd</productname></term>
> <listitem><para>
> - Required for supporting <productname>ZSTD</productname> compression
> + Required for supporting <productname>Zstd</productname> compression

Looking at the zstd project itself for reference or just wiki-sensei,
I don't think that this is correct:
https://github.com/facebook/zstd
https://en.wikipedia.org/wiki/Zstd

Their README uses "zstd" in lower-case, while "Zstd" (first letter
upper-case) is used at the beginning of a sentence.
--
Michael

In response to

  • Re: typos at 2022-04-20 21:32:08 from Alvaro Herrera

Responses

  • Re: typos at 2022-04-21 13:59:49 from Peter Eisentraut

Browse pgsql-hackers by date

  From Date Subject
Next Message Japin Li 2022-04-21 04:46:08 How to debug JIT-ed code in PostgreSQL using GDB
Previous Message Michael Paquier 2022-04-21 04:29:57 Re: Add --{no-,}bypassrls flags to createuser