rgw: fix typo compete to completes

Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
This commit is contained in:
Bingyin Zhang 2017-12-25 16:15:51 +08:00
parent 2113ebe02d
commit 68d9cde5b7
2 changed files with 2 additions and 2 deletions

View 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();

View 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,