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_mount_snap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/snapshot/test_mount_snap.py') diff --git a/tests/functional/snapshot/test_mount_snap.py b/tests/functional/snapshot/test_mount_snap.py index e01be9dd8..67b8a43cd 100644 --- a/tests/functional/snapshot/test_mount_snap.py +++ b/tests/functional/snapshot/test_mount_snap.py @@ -177,7 +177,7 @@ class TestSnapMountSnapshot(GlusterBaseClass): # validate io should fail self.assertFalse( validate_io_procs(all_mounts_procs, self.mounts), - "Unexpected: IO Successfull on all clients" + "Unexpected: IO Successful on all clients" ) g.log.info("Expected: IO failed on clients") -- cgit