From 1796022aa4778226c2d7e04c1cb989ab9d025272 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Sat, 3 Feb 2024 02:18:25 -0500 Subject: [PATCH] src/common/options: Correct typo in rgw.yaml.in Signed-off-by: Anthony D'Atri --- src/common/options/rgw.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index b0f442366f4e..f4ef0079dd6b 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -233,7 +233,7 @@ options: long_desc: The lifecycle maintenance thread is responsible for lifecycle related maintenance work. The thread itself can be disabled, but in order for lifecycle to work correctly, at least one RGW in each zone needs to have this thread running. - Havingthe thread enabled on multiple RGW processes within the same zone can spread + Having the thread enabled on multiple RGW processes within the same zone can spread some of the maintenance work between them. default: true services: -- 2.47.3