diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-07-08 10:21:16 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-07-08 10:21:16 +0900 |
commit | 6048896e4c9679cba89242d77f02ceba01c791d1 (patch) | |
tree | 5770963b7708815f9dc1801790f1a6c78eb9268a /src | |
parent | 7700597b34fbb26e377f419271f65be1c13c518f (diff) | |
download | postgresql-6048896e4c9679cba89242d77f02ceba01c791d1.tar.gz postgresql-6048896e4c9679cba89242d77f02ceba01c791d1.zip |
Fix typo in comment.
This typo was accidentally added by recent commit 4cbd128.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_basebackup/receivelog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index 2f6727bcef6..32afc8d0dfb 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. * |