From ed20f98df167680eb2bcb2b3d7e811867a75b2a5 Mon Sep 17 00:00:00 2001 From: James McClune Date: Wed, 12 Jan 2022 22:46:42 -0500 Subject: [PATCH] mgr/cephadm: fixes minor grammar nit in Dry-Runs message Signed-off-by: James McClune --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index ec2eeee038bd1..59183f4c0e3fd 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -2413,7 +2413,7 @@ Then run the following: @handle_orch_error def plan(self, specs: Sequence[GenericSpec]) -> List: results = [{'warning': 'WARNING! Dry-Runs are snapshots of a certain point in time and are bound \n' - 'to the current inventory setup. If any on these conditions changes, the \n' + 'to the current inventory setup. If any of these conditions change, the \n' 'preview will be invalid. Please make sure to have a minimal \n' 'timeframe between planning and applying the specs.'}] if any([spec.service_type == 'host' for spec in specs]): -- 2.39.5