From: Fujii Masao Date: Tue, 8 Jul 2014 01:21:16 +0000 (+0900) Subject: Fix typo in comment. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6048896e4c9679cba89242d77f02ceba01c791d1;p=users%2Fheikki%2Fpostgres.git Fix typo in comment. This typo was accidentally added by recent commit 4cbd128. --- diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index 2f6727bcef..32afc8d0df 100644 --- a/src/bin/pg_basebackup/receivelog.c +++ b/src/bin/pg_basebackup/receivelog.c @@ -410,7 +410,7 @@ CheckServerVersionForStreaming(PGconn *conn) * indefinitely. * * standby_message_timeout controls how often we send a message - * back to the master letting it know our progress, in miliseconds. + * back to the master letting it know our progress, in milliseconds. * This message will only contain the write location, and never * flush or replay. *