diff --git a/src/main/java/com/github/spotbugs/internal/SpotBugsHtmlReportImpl.java b/src/main/java/com/github/spotbugs/internal/SpotBugsHtmlReportImpl.java index 395b8355..b3d77d04 100644 --- a/src/main/java/com/github/spotbugs/internal/SpotBugsHtmlReportImpl.java +++ b/src/main/java/com/github/spotbugs/internal/SpotBugsHtmlReportImpl.java @@ -50,7 +50,7 @@ public TextResource getStylesheet() { logger.debug("Specified stylesheet ({}) found in spotbugs configuration: {}", stylesheet, jar.getAbsolutePath()); return factory.fromArchiveEntry(jar, stylesheet); } else { - throw new InvalidUserDataException("Specified stylesheet (" + stylesheet + ") does not found in spotbugs configuration"); + throw new InvalidUserDataException("Specified stylesheet (" + stylesheet + ") was not found in spotbugs configuration"); } }