Skip to content

Commit

Permalink
Tiny typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Ciocanu <[email protected]>
  • Loading branch information
Artur Ciocanu committed Dec 8, 2024
1 parent 88499a4 commit 4d29987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void compensateSequentially(WorkflowContext ctx) {
} catch (Exception e) {
if (sagaException == null) {
sagaException = new SagaCompensationException(
"Exception in saga compensatation: activity=" + activityClassName, e);
"Exception in saga compensation: activity=" + activityClassName, e);
} else {
sagaException.addSuppressed(e);
}
Expand Down

0 comments on commit 4d29987

Please sign in to comment.