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/afr/test_self_heal_when_dir_quota_exceeded.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py') diff --git a/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py b/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py index 92568baa9..4648c0f68 100644 --- a/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py +++ b/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py @@ -101,7 +101,7 @@ class HealFilesWhenDirQuotaExceeded(GlusterBaseClass): path)) ret = g.run(mount_object.client_system, cmd) self.assertTrue(ret, "Failed to create directory on mountpoint") - g.log.info("Directory created succesfully on mountpoint") + g.log.info("Directory created successfully on mountpoint") # Enable Quota g.log.info("Enabling quota on the volume %s", self.volname) @@ -142,7 +142,7 @@ class HealFilesWhenDirQuotaExceeded(GlusterBaseClass): "count=20; done" % (mount_object.mountpoint, path)) ret, _, _ = g.run(mount_object.client_system, cmd) self.assertEqual(ret, 0, ("Failed to create files on %s", path)) - g.log.info("Files created succesfully on mountpoint") + g.log.info("Files created successfully on mountpoint") bricks_list = get_all_bricks(self.mnode, self.volname) -- cgit