From 9347b655310ee7f80605cdf2c1aa159e7dd6186f Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 29 Mar 2021 02:49:51 -0400 Subject: [PATCH] test: fix typo Signed-off-by: Venky Shankar (cherry picked from commit 4ff70e94acbcc2ec91ba94663d7ff70601ef8f78) --- qa/tasks/cephfs/test_mirroring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index 9f352bedf8f3f..1627cd0594b39 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 -- 2.39.5