diff options
author | Liang Ding <liang.ding@intel.com> | 2019-02-18 20:24:21 -0800 |
---|---|---|
committer | Liang Ding <liang.ding@intel.com> | 2019-02-18 20:26:53 -0800 |
commit | 5930a00104a710b4c5abb1cfec2f4b7c978378c1 (patch) | |
tree | f44edc2adeecf3c99f9dd51610e774be4a211749 /docs | |
parent | 80805f45b016bc15f33327c816e764b58ab645b4 (diff) |
fix a typo
ALRADY --> ALREADY
Signed-off-by: Liang Ding <liang.ding@intel.com>
Issue-ID: SDC-2124
Change-Id: I6dc337b7b6b9229253107aca461bf32129601ed8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/logging.rst b/docs/logging.rst index 5fa0532697..33a38a8005 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -2641,7 +2641,7 @@ Response Types :: - ARTIFACT_ALRADY_EXIST_IN_DIFFERENT_TYPE_IN_CSAR: { + ARTIFACT_ALREADY_EXIST_IN_DIFFERENT_TYPE_IN_CSAR: { code: 400, message: "Error: artifact %1 in type %2 already exists in type %3.", messageId: "SVC4619" |