aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-05-13 01:41:54 +0900
committerFujii Masao <fujii@postgresql.org>2014-05-13 01:41:54 +0900
commita3632771bb66eec74c7e73c0d7a5f8cdd6719be2 (patch)
tree486ba78893e9e43e8f0e851eb946d14579b941da /doc/src
parentc890b488063e23f12b5ab01c9a6d254a034fcea2 (diff)
downloadpostgresql-a3632771bb66eec74c7e73c0d7a5f8cdd6719be2.tar.gz
postgresql-a3632771bb66eec74c7e73c0d7a5f8cdd6719be2.zip
Fix typo in test_shm_mq document.
Amit Langote
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/test-shm-mq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/test-shm-mq.sgml b/doc/src/sgml/test-shm-mq.sgml
index 32693778a3c..dd431d0a2e4 100644
--- a/doc/src/sgml/test-shm-mq.sgml
+++ b/doc/src/sgml/test-shm-mq.sgml
@@ -40,7 +40,7 @@ test_shm_mq(queue_size int8, message text,
is greater than one, and so forth. Eventually, the last background
worker sends the message back to the user backend. If the repeat count
is greater than one, the user backend then sends the message back to
- the first worker. Once the message has been send and received by all
+ the first worker. Once the message has been sent and received by all
the coordinating processes a number of times equal to the repeat count,
the user backend verifies that the message finally received matches the
one originally sent and throws an error if not.