Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
  • Loading branch information
peng1999 committed Nov 17, 2021
1 parent 7d47010 commit af123e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ private void rawCompareAndSetHelper(
throws RawCASConflictException {
if (resp == null) {
this.regionManager.onRequestFail(region);
throw new TiClientInternalException("RawPutResponse failed without a cause");
throw new TiClientInternalException("RawCASResponse failed without a cause");
}
String error = resp.getError();
if (!error.isEmpty()) {
Expand Down

0 comments on commit af123e8

Please sign in to comment.