Skip to content

Commit

Permalink
Fix exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-alvarez-alvarez committed Jul 10, 2024
1 parent eba4976 commit 981b308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private static <M extends IastModule> M newIastModule(
break;
}
}
throw new RuntimeException("Cannot find constructor fot he module " + type);
throw new RuntimeException("Cannot find constructor for the module " + type);
} catch (final Throwable e) {
// should never happen and be caught on IAST tests
throw new UndeclaredThrowableException(
Expand Down

0 comments on commit 981b308

Please sign in to comment.