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_snap_delete_existing_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/snapshot/test_snap_delete_existing_scheduler.py') diff --git a/tests/functional/snapshot/test_snap_delete_existing_scheduler.py b/tests/functional/snapshot/test_snap_delete_existing_scheduler.py index 436e7f214..a321dcd39 100644 --- a/tests/functional/snapshot/test_snap_delete_existing_scheduler.py +++ b/tests/functional/snapshot/test_snap_delete_existing_scheduler.py @@ -186,7 +186,7 @@ class SnapshotDeleteExistingScheduler(GlusterBaseClass): count += 2 self.assertEqual(status.strip().split(":")[2], ' Enabled', "Failed to check status of scheduler") - g.log.info("Successfuly checked scheduler status") + g.log.info("Successfully checked scheduler status") # write files on all mounts g.log.info("Starting IO on all mounts...") -- cgit