Skip to content

Commit d55e8c1

Browse files
committed
Fix typo in error message
1 parent 8b6652f commit d55e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metamorph/src/main/java/org/metafacture/metamorph/DefaultErrorHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class DefaultErrorHandler implements MorphErrorHandler {
2929
@Override
3030
public void error(final Exception exception) {
3131
throw new MetamorphException(
32-
"Error while exectuing the Metamorph transformation pipeline: " +
32+
"Error while executing the Metamorph transformation pipeline: " +
3333
exception.getMessage(), exception);
3434
}
3535

0 commit comments

Comments
 (0)