summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-11-10 17:28:00 +0300
committerGitHub <noreply@github.com>2020-11-10 17:28:00 +0300
commit0f4ea40b78e278ad379c9132b7cc34942f108d04 (patch)
treebd198d70a6cf4893fca5ae5f8c988caf67290f13 /streaming
parent58fba11d2a639d2937796119e805eadef1e90b38 (diff)
streaming: fix a typo in the README.md (#10225)
Diffstat (limited to 'streaming')
-rw-r--r--streaming/README.md2
1 files changed, 1 insertions, 1 deletions
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: