From: Venky Shankar Date: Mon, 29 Mar 2021 06:49:51 +0000 (-0400) Subject: test: fix typo X-Git-Tag: v17.1.0~2352^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ff70e94acbcc2ec91ba94663d7ff70601ef8f78;p=ceph.git test: fix typo Signed-off-by: Venky Shankar --- diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index 9f352bedf8f3..1627cd0594b3 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -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