chore: fix typo (recieve -> receive) (#11341)

This commit is contained in:
Julien Pivotto 2022-06-21 18:36:41 +02:00 committed by GitHub
parent 4a4d9d97e0
commit fa64e26a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -6127,7 +6127,7 @@
# # tag_prefix = "openstack_tag_"
# # tag_value = "true"
#
# ## Timestamp format for timestamp data recieved from Openstack.
# ## Timestamp format for timestamp data received from Openstack.
# ## If false format is unix nanoseconds.
# # human_readable_timestamps = false
#

View File

@ -5992,7 +5992,7 @@
# # tag_prefix = "openstack_tag_"
# # tag_value = "true"
#
# ## Timestamp format for timestamp data recieved from Openstack.
# ## Timestamp format for timestamp data received from Openstack.
# ## If false format is unix nanoseconds.
# # human_readable_timestamps = false
#

View File

@ -17,7 +17,7 @@ import (
)
func TestProcessorShim(t *testing.T) {
testSendAndRecieve(t, "f1", "fv1")
testSendAndReceive(t, "f1", "fv1")
}
func TestProcessorShimWithLargerThanDefaultScannerBufferSize(t *testing.T) {
@ -27,10 +27,10 @@ func TestProcessorShimWithLargerThanDefaultScannerBufferSize(t *testing.T) {
b[i] = letters[rand.Intn(len(letters))]
}
testSendAndRecieve(t, "f1", string(b))
testSendAndReceive(t, "f1", string(b))
}
func testSendAndRecieve(t *testing.T, fieldKey string, fieldValue string) {
func testSendAndReceive(t *testing.T, fieldKey string, fieldValue string) {
p := &testProcessor{"hi", "mom"}
stdinReader, stdinWriter := io.Pipe()

View File

@ -103,7 +103,7 @@ your requirements. This will help with load and cardinality as well.
# tag_prefix = "openstack_tag_"
# tag_value = "true"
## Timestamp format for timestamp data recieved from Openstack.
## Timestamp format for timestamp data received from Openstack.
## If false format is unix nanoseconds.
# human_readable_timestamps = false

View File

@ -43,7 +43,7 @@
# tag_prefix = "openstack_tag_"
# tag_value = "true"
## Timestamp format for timestamp data recieved from Openstack.
## Timestamp format for timestamp data received from Openstack.
## If false format is unix nanoseconds.
# human_readable_timestamps = false