Skip to content

Commit

Permalink
Minor error text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg authored and brianjlowe committed Feb 11, 2025
1 parent 007f309 commit 3f1b01b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public HomeSourceException(ServletContext context, String cause) {
super(String.format("Home source directory %s " +
cause +
"<br>" +
"Try to remove deployed tomcat application directory %s and restart tomcat.", homeSourcePath,
"Try to remove deployed Tomcat application directory %s and restart Tomcat.", homeSourcePath,
context.getRealPath("/")));
}
}
Expand Down

0 comments on commit 3f1b01b

Please sign in to comment.