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/snapshot/test_snapshot_create.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/functional/snapshot/test_snapshot_create.py') diff --git a/tests/functional/snapshot/test_snapshot_create.py b/tests/functional/snapshot/test_snapshot_create.py index 5ffb91681..e1bc9c272 100644 --- a/tests/functional/snapshot/test_snapshot_create.py +++ b/tests/functional/snapshot/test_snapshot_create.py @@ -101,7 +101,7 @@ class SnapCreate(GlusterBaseClass): ret = cls.unmount_volume_and_cleanup_volume(cls.mounts) if not ret: raise ExecutionError("Failed to cleanup volume and mount") - g.log.info("Cleanup successfull for the volume and mount") + g.log.info("Cleanup successful for the volume and mount") GlusterBaseClass.tearDownClass.im_func(cls) @@ -202,4 +202,4 @@ class SnapCreate(GlusterBaseClass): for i in range(0, 5): self.assertIn("snapy%s" % i, snap_list, "%s snap not " "found " % ("snapy%s" % i)) - g.log.info("Sucessfully validated names of snap") + g.log.info("Successfully validated names of snap") -- cgit