From 88571bb94ddd321aa55b3861c10b1eecb7f0ce0b Mon Sep 17 00:00:00 2001 From: Huber-ming Date: Sat, 18 Dec 2021 14:43:34 +0800 Subject: [PATCH] rgw: fix misspelling of 'effort' Signed-off-by: Huber-ming --- src/rgw/rgw_reshard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_reshard.cc b/src/rgw/rgw_reshard.cc index c2c6e93edba..f104b488921 100644 --- a/src/rgw/rgw_reshard.cc +++ b/src/rgw/rgw_reshard.cc @@ -756,7 +756,7 @@ int RGWBucketReshard::execute(int num_shards, int max_op_entries, // resharding successful, so remove old bucket index shards; use // best effort and don't report out an error; the lock isn't needed - // at this point since all we're using a best effor to to remove old + // at this point since all we're using a best effort to remove old // shard objects ret = store->svc()->bi->clean_index(dpp, bucket_info); if (ret < 0) { -- 2.39.5