]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: fix typo
authorVenky Shankar <vshankar@redhat.com>
Mon, 29 Mar 2021 06:49:51 +0000 (02:49 -0400)
committersinguliere <singuliere@autistici.org>
Fri, 9 Apr 2021 05:30:32 +0000 (07:30 +0200)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 4ff70e94acbcc2ec91ba94663d7ff70601ef8f78)

qa/tasks/cephfs/test_mirroring.py

index 9f352bedf8f3f6ffa987eb63521f55fde0be440f..1627cd0594b399e1a6a1989836a726e7c4e313d2 100644 (file)
@@ -746,7 +746,7 @@ class TestMirroring(CephFSTestCase):
         self.disable_mirroring_module()
 
         # enable mirroring through mon interface -- this should result in the mirror daemon
-        # failing to enable mirroring due to absence of `cephfs_mirorr` index object.
+        # failing to enable mirroring due to absence of `cephfs_mirror` index object.
 
         self.mgr_cluster.mon_manager.raw_cluster_cmd("fs", "mirror", "enable", self.primary_fs_name)
         # need safe_while since non-failed status pops up as mirroring is restarted