This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 433a28b Fix typo 433a28b is described below commit 433a28bb66c06471201d0cc6803b295fdf6f15cd Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 2 21:01:46 2021 +0100 Fix typo --- java/org/apache/tomcat/util/scan/LocalStrings_ja.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/scan/LocalStrings_ja.properties b/java/org/apache/tomcat/util/scan/LocalStrings_ja.properties index e4b4025..31f353d 100644 --- a/java/org/apache/tomcat/util/scan/LocalStrings_ja.properties +++ b/java/org/apache/tomcat/util/scan/LocalStrings_ja.properties @@ -18,7 +18,7 @@ jarScan.classloaderFail=クラスローダー階層から[{0}]をスキャンで jarScan.classloaderJarNoScan=クラスパス中のファイル [{0}] は JAR スキャンをしませんでした。 jarScan.classloaderJarScan=クラスパスの JAR ファイル [{0}] をスキャンします。 jarScan.classloaderStart=クラスローダー階層中の JAR ファイルをスキャンします。 -jarSacn.invalidModuleUri=モジュール URI [{0}] を JarScanner で処理する URL に変換できませんでした。 +jarScan.invalidModuleUri=モジュール URI [{0}] を JarScanner で処理する URL に変換できませんでした。 jarScan.jarUrlStart=URL [{0}] の JAR ファイルをスキャンします。 jarScan.webinfclassesFail=/WEB-INF/classesのスキャンに失敗しました jarScan.webinflibFail=/WEB-INF/libからJAR [{0}]をスキャンできませんでした。 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org