From 41cf45f126b4ebaac107b2602e658bbd27e0acc7 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Fri, 30 Sep 2016 11:11:15 +0700 Subject: Fix two typos, "messsage" and "containg" This patch set updated two wrong words: + In error.py file, it should be changed from "messsage" to "message" + In utils.py file, it should be changed from "containg" to "contaning" Change-Id: I5ad121ec58ccc6e5f3cc499eca50d16e691f217e --- ironic_python_agent/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ironic_python_agent/errors.py') 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) -- cgit v1.2.1