summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_fusereject.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/authentication/test_fusereject.py')
-rw-r--r--tests/functional/authentication/test_fusereject.py2
1 files changed, 1 insertions, 1 deletions
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)