From: Bingyin Zhang Date: Tue, 21 Nov 2017 03:40:17 +0000 (+0800) Subject: rgw: correct typo refity to refit X-Git-Tag: v13.0.1~138^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2f12f1e028f78fb49dd30c2c43241c80936be184;p=ceph.git rgw: correct typo refity to refit Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_iam_policy.h b/src/rgw/rgw_iam_policy.h index 785f61a6866..f698f90a682 100644 --- a/src/rgw/rgw_iam_policy.h +++ b/src/rgw/rgw_iam_policy.h @@ -201,7 +201,7 @@ struct ARN { Partition partition; Service service; std::string region; - // Once we refity tenant, we should probably use that instead of a + // Once we refit tenant, we should probably use that instead of a // string. std::string account; std::string resource;