From 0f4ea40b78e278ad379c9132b7cc34942f108d04 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Tue, 10 Nov 2020 17:28:00 +0300 Subject: streaming: fix a typo in the README.md (#10225) --- streaming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming') diff --git a/streaming/README.md b/streaming/README.md index bbd473e13c..11d25f431a 100644 --- a/streaming/README.md +++ b/streaming/README.md @@ -554,7 +554,7 @@ ERROR : STREAM_RECEIVER[CHILD HOSTNAME,[CHILD IP]:CHILD PORT] : sent command 'B' In this example, `B` was part of a `BEGIN` message that was cut due to connection problems. -Slow connections can also cause problems when the parent misses a message and then recieves a command related to the +Slow connections can also cause problems when the parent misses a message and then receives a command related to the missed message. For example, a parent might miss a message containing the child's charts, and then doesn't know what to do with the `SET` message that follows. When that happens, the parent will show a message like this: -- cgit v1.2.3