Typo in a comment in initdb.c

Started by Serguei A. Mokhovover 21 years ago3 messages
#1Serguei A. Mokhov
mokhov@cs.concordia.ca

Hello,

This comment in initdb.c::main():

char *pgdenv; /* PGDATA value got from sent to
* environment */

doesn't look very correct, not at least from the English language
perspective.

--
Serguei A. Mokhov | /~\ The ASCII
Computer Science Department | \ / Ribbon Campaign
Concordia University | X Against HTML
Montreal, Quebec, Canada | / \ Email!

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Serguei A. Mokhov (#1)
Re: Typo in a comment in initdb.c

s/from/from and/

cheers

andrew

Serguei A. Mokhov wrote:

Show quoted text

Hello,

This comment in initdb.c::main():

char *pgdenv; /* PGDATA value got from sent to
* environment */

doesn't look very correct, not at least from the English language
perspective.

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#2)
Re: Typo in a comment in initdb.c

Andrew Dunstan <andrew@dunslane.net> writes:

s/from/from and/

Done.

regards, tom lane