Thread: Mispellings in 9.0 docs (and probably lower too)

Mispellings in 9.0 docs (and probably lower too)

From
Thom Brown
Date:

Re: Mispellings in 9.0 docs (and probably lower too)

From
Thom Brown
Date:
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

Re: Mispellings in 9.0 docs (and probably lower too)

From
Thom Brown
Date:
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

Re: Mispellings in 9.0 docs (and probably lower too)

From
Magnus Hagander
Date:
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/

Re: Mispellings in 9.0 docs (and probably lower too)

From
Thom Brown
Date:
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

Re: Mispellings in 9.0 docs (and probably lower too)

From
Thom Brown
Date:
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

Re: Mispellings in 9.0 docs (and probably lower too)

From
Tom Lane
Date:
Thom Brown <thombrown@gmail.com> writes:
> Looks like someone didn't use an entity:
> /pgsql/doc/src/sgml/rules.sgml
> s/�/à/

Done, thanks for the suggestion.

            regards, tom lane