From 10c9fae5156043027e2298da3d3bab9207f05da4 Mon Sep 17 00:00:00 2001 From: Raymonder jin Date: Wed, 7 Jul 2021 20:39:07 -0700 Subject: [PATCH] fix typo --- api/etcdserverpb/rpc.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/etcdserverpb/rpc.proto b/api/etcdserverpb/rpc.proto index 07c94eb47..b9a6f3366 100644 --- a/api/etcdserverpb/rpc.proto +++ b/api/etcdserverpb/rpc.proto @@ -394,7 +394,7 @@ message ResponseHeader { uint64 member_id = 2; // revision is the key-value store revision when the request was applied. // For watch progress responses, the header.revision indicates progress. All future events - // recieved in this stream are guaranteed to have a higher revision number than the + // received in this stream are guaranteed to have a higher revision number than the // header.revision number. int64 revision = 3; // raft_term is the raft term when the request was applied.