From: Radoslaw Zarzynski Date: Wed, 25 Jan 2023 14:45:41 +0000 (+0000) Subject: osd: fix typo in WaitDeleteReserved's name X-Git-Tag: v19.0.0~553^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a30b6b914e192b9987e377e9df9d289e64b3494b;p=ceph-ci.git osd: fix typo in WaitDeleteReserved's name Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/osd/PeeringState.cc b/src/osd/PeeringState.cc index 732508c1f3b..846340667ea 100644 --- a/src/osd/PeeringState.cc +++ b/src/osd/PeeringState.cc @@ -6614,7 +6614,7 @@ void PeeringState::ToDelete::exit() PeeringState::WaitDeleteReserved::WaitDeleteReserved(my_context ctx) : my_base(ctx), NamedState(context< PeeringMachine >().state_history, - "Started/ToDelete/WaitDeleteReseved") + "Started/ToDelete/WaitDeleteReserved") { context< PeeringMachine >().log_enter(state_name); DECLARE_LOCALS;