lib/protoparser/clusternative: typo fix in the comment: thic -> this

This commit is contained in:
Aliaksandr Valialkin 2023-01-06 18:16:25 -08:00
parent ec7a3b79ab
commit be896ddfd4
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -18,7 +18,7 @@ import (
// 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.
// 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.
//