mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
lib/protoparser/clusternative: typo fix in the comment: thic -> this
This commit is contained in:
parent
ec7a3b79ab
commit
be896ddfd4
@ -18,7 +18,7 @@ import (
|
|||||||
|
|
||||||
// ParseStream parses data sent from vminsert to bc and calls callback for parsed rows.
|
// ParseStream parses data sent from vminsert to bc and calls callback for parsed rows.
|
||||||
// Optional function isReadOnly must return true if the storage cannot accept new data.
|
// Optional function isReadOnly must return true if the storage cannot accept new data.
|
||||||
// In thic case the data read from bc isn't accepted and the readonly status is sent back bc.
|
// In this case the data read from bc isn't accepted and the readonly status is sent back bc.
|
||||||
//
|
//
|
||||||
// The callback can be called concurrently multiple times for streamed data from req.
|
// The callback can be called concurrently multiple times for streamed data from req.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user