From 5930a00104a710b4c5abb1cfec2f4b7c978378c1 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 18 Feb 2019 20:24:21 -0800 Subject: fix a typo ALRADY --> ALREADY Signed-off-by: Liang Ding Issue-ID: SDC-2124 Change-Id: I6dc337b7b6b9229253107aca461bf32129601ed8 --- asdctool/src/main/resources/config/error-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asdctool/src') diff --git a/asdctool/src/main/resources/config/error-configuration.yaml b/asdctool/src/main/resources/config/error-configuration.yaml index 6a4aece245..92ba0610ae 100644 --- a/asdctool/src/main/resources/config/error-configuration.yaml +++ b/asdctool/src/main/resources/config/error-configuration.yaml @@ -1455,7 +1455,7 @@ errors: # %1 - artifact name # %2 - artifact type # %3 - existing artifact type - 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" -- cgit 1.2.3-korg