]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr/progrses: correct a typo in comment
authorKefu Chai <tchaikov@gmail.com>
Mon, 1 Sep 2025 09:00:29 +0000 (17:00 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 1 Sep 2025 09:25:11 +0000 (17:25 +0800)
s/whoese/whose/

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/pybind/mgr/progress/module.py

index 0791ea267cb55bcb387cef4cbbeb54666846c9c5..1451f4333cf6625f558a4627a321c31538c3f17c 100644 (file)
@@ -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):