diff options
author | lvxianguo <lvxianguo@inspur.com> | 2018-11-01 17:14:28 +0800 |
---|---|---|
committer | lvxianguo <lvxianguo@inspur.com> | 2018-11-01 17:15:49 +0800 |
commit | bae15294c534cf321f5c7ca37592dfa74c4ad7c2 (patch) | |
tree | 53fa4ea32ae6232064c1396e81a16e5d176b71a2 | |
parent | ad6445c3bf112d3f40889d1f3869d1f1f923dcd8 (diff) |
trivial: modify spelling error of response
Change-Id: Ie3d2ad641457852c15654fc6dd730f9d305e75fc
Notes
Notes (review):
Code-Review+2: Felipe Monteiro <felipe.monteiro@att.com>
Workflow+1: Felipe Monteiro <felipe.monteiro@att.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Thu, 01 Nov 2018 15:03:17 +0000
Reviewed-on: https://review.openstack.org/614724
Project: openstack/airship-shipyard
Branch: refs/heads/master
-rw-r--r-- | src/bin/shipyard_airflow/shipyard_airflow/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/shipyard_airflow/shipyard_airflow/errors.py b/src/bin/shipyard_airflow/shipyard_airflow/errors.py index 2818ce0..85e90c3 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/errors.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/errors.py | |||
@@ -165,7 +165,7 @@ class AppError(Exception): | |||
165 | """ | 165 | """ |
166 | :param description: The internal error description | 166 | :param description: The internal error description |
167 | :param error_list: The list of errors | 167 | :param error_list: The list of errors |
168 | :param status: The desired falcon HTTP resposne code | 168 | :param status: The desired falcon HTTP response code |
169 | :param title: The title of the error message | 169 | :param title: The title of the error message |
170 | :param error_list: A list of errors to be included in output | 170 | :param error_list: A list of errors to be included in output |
171 | messages list | 171 | messages list |