We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6652f commit d55e8c1Copy full SHA for d55e8c1
metamorph/src/main/java/org/metafacture/metamorph/DefaultErrorHandler.java
@@ -29,7 +29,7 @@ public final class DefaultErrorHandler implements MorphErrorHandler {
29
@Override
30
public void error(final Exception exception) {
31
throw new MetamorphException(
32
- "Error while exectuing the Metamorph transformation pipeline: " +
+ "Error while executing the Metamorph transformation pipeline: " +
33
exception.getMessage(), exception);
34
}
35
0 commit comments