From: Bingyin Zhang Date: Mon, 25 Dec 2017 08:15:51 +0000 (+0800) Subject: rgw: fix typo compete to completes X-Git-Tag: v13.0.2~710^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19675%2Fhead;p=ceph.git rgw: fix typo compete to completes Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_bucket.cc b/src/rgw/rgw_bucket.cc index 22c53a04ab29..5c3f85e1433d 100644 --- a/src/rgw/rgw_bucket.cc +++ b/src/rgw/rgw_bucket.cc @@ -38,7 +38,7 @@ static RGWMetadataHandler *bucket_meta_handler = NULL; static RGWMetadataHandler *bucket_instance_meta_handler = NULL; -// define as static when RGWBucket implementation compete +// define as static when RGWBucket implementation completes void rgw_get_buckets_obj(const rgw_user& user_id, string& buckets_obj_id) { buckets_obj_id = user_id.to_str(); diff --git a/src/rgw/rgw_bucket.h b/src/rgw/rgw_bucket.h index b654b2411292..ad75becc1a04 100644 --- a/src/rgw/rgw_bucket.h +++ b/src/rgw/rgw_bucket.h @@ -20,7 +20,7 @@ #include "common/ceph_time.h" #include "rgw_formats.h" -// define as static when RGWBucket implementation compete +// define as static when RGWBucket implementation completes extern void rgw_get_buckets_obj(const rgw_user& user_id, string& buckets_obj_id); extern int rgw_bucket_store_info(RGWRados *store, const string& bucket_name, bufferlist& bl, bool exclusive,