This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new d95ede1  Fix typo in exception message about quote character in 
repository path
d95ede1 is described below

commit d95ede108726a9af6979c25b7f3a70b43eec35cd
Author: Paul Muriel Biya-Bi <paulmuriel.biy...@gmail.com>
AuthorDate: Fri Apr 3 23:54:54 2020 -0400

    Fix typo in exception message about quote character in repository path
---
 java/org/apache/catalina/startup/Bootstrap.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/startup/Bootstrap.java 
b/java/org/apache/catalina/startup/Bootstrap.java
index 177a59d..08ad013 100644
--- a/java/org/apache/catalina/startup/Bootstrap.java
+++ b/java/org/apache/catalina/startup/Bootstrap.java
@@ -581,7 +581,7 @@ public final class Bootstrap {
                 // Too early to use standard i18n support. The class path 
hasn't
                 // been configured.
                 throw new IllegalArgumentException(
-                        "The double quote [\"] character only be used to quote 
paths. It must " +
+                        "The double quote [\"] character can only be used to 
quote paths. It must " +
                         "not appear in a path. This loader path is not valid: 
[" + value + "]");
             } else {
                 // Not quoted - NO-OP


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to