From 6d1066e01ca0f38e0802307464fc2a437bcc342e Mon Sep 17 00:00:00 2001 From: Jie Yao Date: Fri, 22 Mar 2024 00:28:16 -0700 Subject: [PATCH] fix typo error --- src/lib/homestore_backend/hs_shard_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/homestore_backend/hs_shard_manager.cpp b/src/lib/homestore_backend/hs_shard_manager.cpp index b7d3092a..e216889a 100644 --- a/src/lib/homestore_backend/hs_shard_manager.cpp +++ b/src/lib/homestore_backend/hs_shard_manager.cpp @@ -191,7 +191,7 @@ ShardManager::AsyncResult< ShardInfo > HSHomeObject::_seal_shard(ShardInfo const // move seal_shard to pre_commit can not fundamentally solve the conflict between seal_shard and put_blob, since // put_blob handler will only check the shard state at the very beginning and will not check again before proposing to -// raft, so we need a callback to check whether we can handle this requeest before appending log, which is previous to +// raft, so we need a callback to check whether we can handle this request before appending log, which is previous to // pre_commit. // FIXME after we have the callback, which is coming in homestore.