From 82c94a926c1f1961932798257d18a2fc306f9393 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Fri, 27 Jul 2018 13:02:05 +0530 Subject: Fix spelling mistake across the codebase Change-Id: I46fc2feffe6443af6913785d67bf310838532421 --- tests/functional/glusterd/test_volume_get.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/functional/glusterd/test_volume_get.py') diff --git a/tests/functional/glusterd/test_volume_get.py b/tests/functional/glusterd/test_volume_get.py index 228b15209..5746d5d59 100644 --- a/tests/functional/glusterd/test_volume_get.py +++ b/tests/functional/glusterd/test_volume_get.py @@ -161,7 +161,7 @@ class TestVolumeGet(GlusterBaseClass): "existing volume %s with non existing option", self.volname) - # perfroming gluster volume get volname all + # performing gluster volume get volname all ret = get_volume_options(self.mnode, self.volname, "all") self.assertIsNotNone(ret, "gluster volume get %s all command " @@ -194,7 +194,7 @@ class TestVolumeGet(GlusterBaseClass): "performance.low-prio-threads value is not correct") g.log.info("performance.low-prio-threads value is correct") - # perfroming gluster volume get volname all + # performing gluster volume get volname all ret = get_volume_options(self.mnode, self.volname, "all") self.assertIsNotNone(ret, "gluster volume get %s all command " "failed" % self.volname) -- cgit