Mispellings in 9.0 docs (and probably lower too)

Started by Thom Brownalmost 16 years ago7 messagesdocs
Jump to latest
#1Thom Brown
thombrown@gmail.com
#2Thom Brown
thombrown@gmail.com
In reply to: Thom Brown (#1)
Re: Mispellings in 9.0 docs (and probably lower too)

On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:

http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html

s/propogated/propagated/

http://www.postgresql.org/docs/9.0/static/hot-standby.html

s/shapshot/snapshot/

s/statististics/statistics/

Regards

Thom

And I appreciate the irony that I misspelled misspellings in the title.

Thom

#3Thom Brown
thombrown@gmail.com
In reply to: Thom Brown (#2)
Re: Mispellings in 9.0 docs (and probably lower too)

On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:

http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html

s/propogated/propagated/

http://www.postgresql.org/docs/9.0/static/hot-standby.html

s/shapshot/snapshot/

s/statististics/statistics/

Regards

Thom

And I appreciate the irony that I misspelled misspellings in the title.

Thom

And another

http://www.postgresql.org/docs/9.0/static/libpq-ssl.html

s/compatiblity/compatibility/

Thom

#4Magnus Hagander
magnus@hagander.net
In reply to: Thom Brown (#3)
Re: Mispellings in 9.0 docs (and probably lower too)

On Thu, May 13, 2010 at 3:53 PM, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:

http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html

s/propogated/propagated/

http://www.postgresql.org/docs/9.0/static/hot-standby.html

s/shapshot/snapshot/

s/statististics/statistics/

Regards

Thom

And I appreciate the irony that I misspelled misspellings in the title.

Thom

And another

http://www.postgresql.org/docs/9.0/static/libpq-ssl.html

s/compatiblity/compatibility/

Fixed, thanks.

This last one was also in ecpg :-)

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#5Thom Brown
thombrown@gmail.com
In reply to: Magnus Hagander (#4)
Re: Mispellings in 9.0 docs (and probably lower too)

On 13 May 2010 15:16, Magnus Hagander <magnus@hagander.net> wrote:

On Thu, May 13, 2010 at 3:53 PM, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:

http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html

s/propogated/propagated/

http://www.postgresql.org/docs/9.0/static/hot-standby.html

s/shapshot/snapshot/

s/statististics/statistics/

Regards

Thom

And I appreciate the irony that I misspelled misspellings in the title.

Thom

And another

http://www.postgresql.org/docs/9.0/static/libpq-ssl.html

s/compatiblity/compatibility/

Fixed, thanks.

This last one was also in ecpg :-)

--

Thanks Magnus. I also noticed a character encoding issue on
http://www.postgresql.org/docs/9.0/static/rules-update.html near the bottom
where it's supposed to say Voilà, but isn't encoded for UTF-8.

Thom

#6Thom Brown
thombrown@gmail.com
In reply to: Thom Brown (#5)
Re: Mispellings in 9.0 docs (and probably lower too)

On 13 May 2010 15:32, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 15:16, Magnus Hagander <magnus@hagander.net> wrote:

On Thu, May 13, 2010 at 3:53 PM, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:

On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:

http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html

s/propogated/propagated/

http://www.postgresql.org/docs/9.0/static/hot-standby.html

s/shapshot/snapshot/

s/statististics/statistics/

Regards

Thom

And I appreciate the irony that I misspelled misspellings in the title.

Thom

And another

http://www.postgresql.org/docs/9.0/static/libpq-ssl.html

s/compatiblity/compatibility/

Fixed, thanks.

This last one was also in ecpg :-)

--

Thanks Magnus. I also noticed a character encoding issue on
http://www.postgresql.org/docs/9.0/static/rules-update.html near the
bottom where it's supposed to say Voilà, but isn't encoded for UTF-8.

Thom

Looks like someone didn't use an entity:

/pgsql/doc/src/sgml/rules.sgml

s/à/&agrave;/

Thom

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#6)
Re: Mispellings in 9.0 docs (and probably lower too)

Thom Brown <thombrown@gmail.com> writes:

Looks like someone didn't use an entity:
/pgsql/doc/src/sgml/rules.sgml
s/�/&agrave;/

Done, thanks for the suggestion.

regards, tom lane