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/fuse_subdir/test_fusesubdir_with_quota_objects.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py') diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py b/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py index 10dc0ddb3..01ca474f2 100644 --- a/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py +++ b/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py @@ -171,7 +171,7 @@ class SubdirWithQuotaObject(GlusterBaseClass): % (mount_object.mountpoint)) ret, _, _ = g.run(mount_object.client_system, cmd) self.assertEqual(ret, 0, "Failed to create files on mountpoint") - g.log.info("Files created succesfully on mountpoint") + g.log.info("Files created successfully on mountpoint") # Fetch Quota List object on the volume g.log.info("Get Quota list on the volume %s", @@ -215,7 +215,7 @@ class SubdirWithQuotaObject(GlusterBaseClass): % (mount_object.mountpoint, i), parents=True) self.assertTrue(ret, "Failed to create directories" "on mountpoint") - g.log.info("Directories created succesfully on mountpoint") + g.log.info("Directories created successfully on mountpoint") # Get Quota List on the volume g.log.info("Get Quota list on the volume %s", @@ -240,7 +240,7 @@ class SubdirWithQuotaObject(GlusterBaseClass): else: self.assertTrue(ret, "Directory creation got failed" "on volume") - g.log.info("Direction creation successfull on volume") + g.log.info("Direction creation successful on volume") def tearDown(self): """ -- cgit