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=68d9cde5b7c14b8556def218b892cdf45f691771;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 22c53a04ab2..5c3f85e1433 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 b654b241129..ad75becc1a0 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,