diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-05-30 14:08:51 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-05-30 14:08:51 -0400 |
commit | b17be5b80763631b0c8f6fd6d85a12ae8d052c6f (patch) | |
tree | 6ebc18b1a0114c49b16b7ae33120a4e95765a7a0 | |
parent | 6160ce9a8f93676d4d9bcd4adccabe49cbbe9f97 (diff) | |
download | postgresql-b17be5b80763631b0c8f6fd6d85a12ae8d052c6f.tar.gz postgresql-b17be5b80763631b0c8f6fd6d85a12ae8d052c6f.zip |
Fix grammar
Reported-by: Pavlo Golub
Author: Michaƫl Paquier
Discussion: https://postgr.es/m/152741547.20180530101229@cybertec.at
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 141a08a08cf..7a5070c2406 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1226,7 +1226,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </row> <row> <entry><literal>ClientWrite</></entry> - <entry>Waiting to write data from the client.</entry> + <entry>Waiting to write data to the client.</entry> </row> <row> <entry><literal>LibPQWalReceiverConnect</></entry> |