summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster/exceptions.py')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/exceptions.py b/glustolibs-gluster/glustolibs/gluster/exceptions.py
index c52dcee59..8ee443841 100644
--- a/glustolibs-gluster/glustolibs/gluster/exceptions.py
+++ b/glustolibs-gluster/glustolibs/gluster/exceptions.py
@@ -107,8 +107,8 @@ class ExecutionParseError(Exception):
For example, the output of a command when has to be parsed, can have three
states. First, the output was as expected. Second, didn't get the expected
- ouput after the parsing result and Third, didn't get the expected result as
- the command itself failed.
+ output after the parsing result and Third, didn't get the expected result
+ as the command itself failed.
'''
pass