From: Kefu Chai Date: Mon, 1 Sep 2025 09:00:29 +0000 (+0800) Subject: pybind/mgr/progrses: correct a typo in comment X-Git-Tag: testing/wip-vshankar-testing-20260218.045142~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=975065d903aef0797d5800ffe84c5e660ee97cf6;p=ceph-ci.git pybind/mgr/progrses: correct a typo in comment s/whoese/whose/ Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/progress/module.py b/src/pybind/mgr/progress/module.py index 0791ea267cb..1451f4333cf 100644 --- a/src/pybind/mgr/progress/module.py +++ b/src/pybind/mgr/progress/module.py @@ -182,7 +182,7 @@ class GhostEvent(Event): class GlobalRecoveryEvent(Event): """ - An event whoese completion is determined by active+clean/total_pg_num + An event whose completion is determined by active+clean/total_pg_num """ def __init__(self, message, refs, add_to_ceph_s, start_epoch, active_clean_num):