]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo compete to completes 19675/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Mon, 25 Dec 2017 08:15:51 +0000 (16:15 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Mon, 25 Dec 2017 22:35:44 +0000 (06:35 +0800)
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h

index 22c53a04ab29e7c93cf19b874aa65c04318c5a61..5c3f85e1433df7fac5020d505ecb5a0c15dd1177 100644 (file)
@@ -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();
index b654b2411292d3d41f5875db55a63d6432b30c5a..ad75becc1a04baec7f86ed401e45555dbd20b2ac 100644 (file)
@@ -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,