Skip to content

Commit c0c90d8

Browse files
authored
Merge pull request #12 from catcherwong/fix-typo
fix: typo of FAILURE
2 parents c8fa65f + 4af6015 commit c0c90d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dtmcli/Constant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal class Constant
5252
/// </summary>
5353
internal static readonly string BranchRollback = "rollback";
5454

55-
internal static readonly string ErrFailure = "FAILRUE";
55+
internal static readonly string ErrFailure = "FAILURE";
5656

5757
internal static readonly int FailureStatusCode = 400;
5858

0 commit comments

Comments
 (0)