]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo 25142/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 28 Nov 2018 17:55:35 +0000 (12:55 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 28 Nov 2018 17:55:35 +0000 (12:55 -0500)
This fixes a typo in a log message. It's a separate commit so
downstream commits point to the right upstream commits via
cherry-pick.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_reshard.cc

index a6b03634b59e4bd0ce382d584ed30fad675c617a..69931ac22fc5ccc24172b706c57d4d814e4743ad 100644 (file)
@@ -738,7 +738,7 @@ int RGWBucketReshard::execute(int num_shards, int max_op_entries,
     lderr(store->ctx()) << "Error: " << __func__ <<
       " failed to clean old bucket info object \"" <<
       bucket_info.bucket.get_key() <<
-      "\"created after successufl resharding with error " << ret << dendl;
+      "\"created after successful resharding with error " << ret << dendl;
   }
 
   return 0;