From 8e6c68ecc4b4e5e5bcddce25c34065253e9b3b39 Mon Sep 17 00:00:00 2001 From: Huber-ming Date: Tue, 25 May 2021 10:21:49 +0800 Subject: [PATCH] rgw: correct the spelling of "instance" Signed-off-by: Huber-ming --- src/rgw/services/svc_bucket_sobj.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/services/svc_bucket_sobj.cc b/src/rgw/services/svc_bucket_sobj.cc index 13aeedf03d6..ce9d55b011b 100644 --- a/src/rgw/services/svc_bucket_sobj.cc +++ b/src/rgw/services/svc_bucket_sobj.cc @@ -546,7 +546,7 @@ int RGWSI_Bucket_SObj::store_bucket_instance_info(RGWSI_Bucket_BI_Ctx& ctx, } else if (ret == -EEXIST) { /* well, if it's exclusive we shouldn't overwrite it, because we might race with another * bucket operation on this specific bucket (e.g., being synced from the master), but - * since bucket instace meta object is unique for this specific bucket instace, we don't + * since bucket instance meta object is unique for this specific bucket instance, we don't * need to return an error. * A scenario where we'd get -EEXIST here, is in a multi-zone config, we're not on the * master, creating a bucket, sending bucket creation to the master, we create the bucket