]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/cephfs: minor fix in comment rishabh-qa-clone-prog-bar
authorRishabh Dave <ridave@redhat.com>
Mon, 8 Dec 2025 12:57:59 +0000 (18:27 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 8 Dec 2025 12:57:59 +0000 (18:27 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/volumes/test_clone_stats.py

index 299107cfdad6b03d1339c82b080535c8361d8821..194dfafed99d1501970bbd918816dcfc0b5162d1 100644 (file)
@@ -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.
     '''