From be896ddfd4f9177ae283d6141f54eaaccbaf306e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 6 Jan 2023 18:16:25 -0800 Subject: [PATCH] lib/protoparser/clusternative: typo fix in the comment: thic -> this --- lib/protoparser/clusternative/streamparser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protoparser/clusternative/streamparser.go b/lib/protoparser/clusternative/streamparser.go index b0fcd2712b..92cc9b1405 100644 --- a/lib/protoparser/clusternative/streamparser.go +++ b/lib/protoparser/clusternative/streamparser.go @@ -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. //