From c75b8eefd7bcb8dcf91aaa8fb8bcfd1fe9c9a6ca Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 8 Dec 2025 18:27:59 +0530 Subject: [PATCH] qa/cephfs: minor fix in comment Signed-off-by: Rishabh Dave --- qa/tasks/cephfs/volumes/test_clone_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ''' -- 2.47.3