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/authentication/test_fusereject.py | 2 +- tests/functional/authentication/test_vol_auth.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/functional/authentication') diff --git a/tests/functional/authentication/test_fusereject.py b/tests/functional/authentication/test_fusereject.py index 44410a5d9..5b403f4ed 100644 --- a/tests/functional/authentication/test_fusereject.py +++ b/tests/functional/authentication/test_fusereject.py @@ -129,7 +129,7 @@ class AuthRejectVol(GlusterBaseClass): if (ret == 0) & (not out): g.log.error("Mount executed successfully due to bug 1586036") elif (ret == 1) & (not out): - g.log.info("Expected:Mounting has failed sucessfully") + g.log.info("Expected:Mounting has failed successfully") else: raise ExecutionError("Unexpected Mounting of Volume %s successful" % self.volname) diff --git a/tests/functional/authentication/test_vol_auth.py b/tests/functional/authentication/test_vol_auth.py index e8180d1e4..bb3da6f96 100644 --- a/tests/functional/authentication/test_vol_auth.py +++ b/tests/functional/authentication/test_vol_auth.py @@ -118,7 +118,7 @@ class AuthRejectVol(GlusterBaseClass): if (ret == 0) & (not out): g.log.error("Mount executed successfully due to bug 1586036") elif (ret == 1) & (not out): - g.log.info("Expected:Mounting has failed sucessfully") + g.log.info("Expected:Mounting has failed successfully") else: raise ExecutionError("Unexpected Mounting of Volume %s" "successful" % self.volname) -- cgit