From: Huber-ming Date: Tue, 25 May 2021 02:21:49 +0000 (+0800) Subject: rgw: correct the spelling of "instance" X-Git-Tag: v17.1.0~1775^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e6c68ecc4b4e5e5bcddce25c34065253e9b3b39;p=ceph.git rgw: correct the spelling of "instance" Signed-off-by: Huber-ming --- diff --git a/src/rgw/services/svc_bucket_sobj.cc b/src/rgw/services/svc_bucket_sobj.cc index 13aeedf03d6e..ce9d55b011bd 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