From: wangyingbin Date: Thu, 30 Sep 2021 07:34:30 +0000 (+0800) Subject: rgw:word spelling error in rgw/rgw_pubsub.h file X-Git-Tag: v17.1.0~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=baf0c10bb9374f53a6538cc0d9b0390782f457f3;p=ceph.git rgw:word spelling error in rgw/rgw_pubsub.h file In line 362, mistakenly write "setting" as "settign" Signed-off-by: wangyingbin --- diff --git a/src/rgw/rgw_pubsub.h b/src/rgw/rgw_pubsub.h index ba86bbe845e..fb3005a0ab5 100644 --- a/src/rgw/rgw_pubsub.h +++ b/src/rgw/rgw_pubsub.h @@ -358,7 +358,7 @@ struct rgw_pubsub_event { }; WRITE_CLASS_ENCODER(rgw_pubsub_event) -// settign a unique ID for an event based on object hash and timestamp +// setting a unique ID for an event based on object hash and timestamp void set_event_id(std::string& id, const std::string& hash, const utime_t& ts); struct rgw_pubsub_sub_dest {