From: Rishabh Dave Date: Mon, 8 Dec 2025 12:57:59 +0000 (+0530) Subject: qa/cephfs: minor fix in comment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Frishabh-qa-clone-prog-bar;p=ceph-ci.git qa/cephfs: minor fix in comment Signed-off-by: Rishabh Dave --- diff --git a/qa/tasks/cephfs/volumes/test_clone_stats.py b/qa/tasks/cephfs/volumes/test_clone_stats.py index 299107cfdad..194dfafed99 100644 --- a/qa/tasks/cephfs/volumes/test_clone_stats.py +++ b/qa/tasks/cephfs/volumes/test_clone_stats.py @@ -797,7 +797,7 @@ class TestOngoingClonesCounter(CloneProgressReporterHelper): ''' Class CloneProgressReporter contains the code that lets it figure out the number of ongoing clones on its own, without referring the MGR config - option mgr/volumes/max_concurrenr_clones. This class contains tests to + option mgr/volumes/max_concurrent_clones. This class contains tests to ensure that this code, that does the figuring out, is working fine. '''