From dfff1ed366a7a5f67869b08bdd126dadb138a15a Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Wed, 28 Nov 2018 12:55:35 -0500 Subject: [PATCH] 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 (cherry picked from commit 7d1768f2a332c5ac389cbb4bbeda28752e4f17bc) --- 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 4c02de5f49774..4aeb57dc3d296 100644 --- a/src/rgw/rgw_reshard.cc +++ b/src/rgw/rgw_reshard.cc @@ -723,7 +723,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; } ldout(store->ctx(), 1) << __func__ << -- 2.39.5