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/arbiter/test_mount_point_while_deleting_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/arbiter/test_mount_point_while_deleting_files.py') diff --git a/tests/functional/arbiter/test_mount_point_while_deleting_files.py b/tests/functional/arbiter/test_mount_point_while_deleting_files.py index c8e4804ee..1bbdf279f 100755 --- a/tests/functional/arbiter/test_mount_point_while_deleting_files.py +++ b/tests/functional/arbiter/test_mount_point_while_deleting_files.py @@ -229,7 +229,7 @@ class VolumeSetDataSelfHealTests(GlusterBaseClass): ret = bring_bricks_offline(volname, bricks_to_bring_offline) self.assertTrue(ret, ("Failed to bring down the bricks. Please " "check the log file for more details.")) - g.log.info("Brought down the brick process for %s succesfully", + g.log.info("Brought down the brick process for %s successfully", bricks_to_bring_offline) # delete files on all mounts -- cgit