From: J. Eric Ivancich Date: Wed, 28 Nov 2018 17:55:35 +0000 (-0500) Subject: rgw: fix typo X-Git-Tag: v14.1.0~701^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d1768f2a332c5ac389cbb4bbeda28752e4f17bc;p=ceph.git rgw: fix typo 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 --- diff --git a/src/rgw/rgw_reshard.cc b/src/rgw/rgw_reshard.cc index a6b03634b59e..69931ac22fc5 100644 --- a/src/rgw/rgw_reshard.cc +++ b/src/rgw/rgw_reshard.cc @@ -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;