From baf0c10bb9374f53a6538cc0d9b0390782f457f3 Mon Sep 17 00:00:00 2001 From: wangyingbin Date: Thu, 30 Sep 2021 15:34:30 +0800 Subject: [PATCH] rgw:word spelling error in rgw/rgw_pubsub.h file In line 362, mistakenly write "setting" as "settign" Signed-off-by: wangyingbin --- src/rgw/rgw_pubsub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_pubsub.h b/src/rgw/rgw_pubsub.h index ba86bbe845ee..fb3005a0ab5e 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 { -- 2.47.3