diff options
Diffstat (limited to 'ironic_python_agent/errors.py')
| -rw-r--r-- | ironic_python_agent/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/errors.py b/ironic_python_agent/errors.py index cb0b0afb..5536e0fd 100644 --- a/ironic_python_agent/errors.py +++ b/ironic_python_agent/errors.py @@ -70,7 +70,7 @@ class CommandExecutionError(RESTError): class InvalidCommandError(InvalidContentError): """Error which is raised when an unknown command is issued.""" - messsage = 'Invalid command' + message = 'Invalid command' def __init__(self, details): super(InvalidCommandError, self).__init__(details) |
