From: Huber-ming Date: Sat, 18 Dec 2021 06:43:34 +0000 (+0800) Subject: rgw: fix misspelling of 'effort' X-Git-Tag: v17.1.0~208^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=88571bb94ddd321aa55b3861c10b1eecb7f0ce0b;p=ceph-ci.git rgw: fix misspelling of 'effort' Signed-off-by: Huber-ming --- 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) {