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_peer_probe_while_snapd_running.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/glusterd/test_peer_probe_while_snapd_running.py') diff --git a/tests/functional/glusterd/test_peer_probe_while_snapd_running.py b/tests/functional/glusterd/test_peer_probe_while_snapd_running.py index c35b3eaeb..aff015638 100644 --- a/tests/functional/glusterd/test_peer_probe_while_snapd_running.py +++ b/tests/functional/glusterd/test_peer_probe_while_snapd_running.py @@ -97,7 +97,7 @@ class TestPeerProbeWhileSnapdRunning(GlusterBaseClass): # Checking snapd running or not ret = is_snapd_running(self.mnode, self.volname) - self.assertTrue(ret, "Snapd not runnig for volume %s" % self.volname) + self.assertTrue(ret, "Snapd not running for volume %s" % self.volname) g.log.info("snapd running for volume %s", self.volname) # Probing new node -- cgit