]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw:word spelling error in rgw/rgw_pubsub.h file 43362/head
authorwangyingbin <ybwang0211@163.com>
Thu, 30 Sep 2021 07:34:30 +0000 (15:34 +0800)
committerwangyingbin <ybwang0211@163.com>
Thu, 30 Sep 2021 07:34:30 +0000 (15:34 +0800)
In line 362, mistakenly write "setting" as "settign"

Signed-off-by: wangyingbin <ybwang0211@163.com>
src/rgw/rgw_pubsub.h

index ba86bbe845ee2a3b27ad7a7ce64fe5ff9cce4b75..fb3005a0ab5eda1fb83c86983629af24e07892da 100644 (file)
@@ -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 {