]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix misspelling of 'effort' 44350/head
authorHuber-ming <zhangsm01@inspur.com>
Sat, 18 Dec 2021 06:43:34 +0000 (14:43 +0800)
committerHuber-ming <zhangsm01@inspur.com>
Sat, 18 Dec 2021 06:43:34 +0000 (14:43 +0800)
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
src/rgw/rgw_reshard.cc

index c2c6e93edba6aee56f7de8b9eda61a1fc7bc6025..f104b488921c104203eeac33eafa23027e0248e5 100644 (file)
@@ -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) {