Thread: pgsql: Fix typos in comments.

pgsql: Fix typos in comments.

From
Fujii Masao
Date:
Fix typos in comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce

Modified Files
--------------
src/backend/tcop/postgres.c        |    2 +-
src/bin/pg_basebackup/receivelog.c |    2 +-
src/include/postgres.h             |    2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


Re: pgsql: Fix typos in comments.

From
Andrew Dunstan
Date:
On 07/07/2014 06:56 AM, Fujii Masao wrote:
> Fix typos in comments.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce
>
> Modified Files
> --------------
> src/backend/tcop/postgres.c        |    2 +-
> src/bin/pg_basebackup/receivelog.c |    2 +-
> src/include/postgres.h             |    2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
>

New typo here in receivelog.c:

s/miliseconds/milliseconds/


cheers

andrew


Re: pgsql: Fix typos in comments.

From
Fujii Masao
Date:
On Mon, Jul 7, 2014 at 10:01 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>
> On 07/07/2014 06:56 AM, Fujii Masao wrote:
>>
>> Fix typos in comments.
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>>
>> http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce
>>
>> Modified Files
>> --------------
>> src/backend/tcop/postgres.c        |    2 +-
>> src/bin/pg_basebackup/receivelog.c |    2 +-
>> src/include/postgres.h             |    2 +-
>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>
>>
>
> New typo here in receivelog.c:
>
> s/miliseconds/milliseconds/

Oh, sorry for my silly mistake... Thanks for pointing out that! I fixed that.

Regards,

--
Fujii Masao