Fix typo in comment.

This typo was accidentally added by recent commit 4cbd128.
This commit is contained in:
Fujii Masao 2014-07-08 10:21:16 +09:00
parent 7700597b34
commit 6048896e4c

View File

@ -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.
*