This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 98895a8 fix typo
98895a8 is described below
commit 98895a86ee7574acfb44ce3a47f1cd18333ee219
Author: olivier lamy <[email protected]>
AuthorDate: Mon Nov 19 15:35:06 2018 +1000
fix typo
Signed-off-by: olivier lamy <[email protected]>
---
src/site/apt/examples/jpms_args.apt.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/apt/examples/jpms_args.apt.vm
b/src/site/apt/examples/jpms_args.apt.vm
index 0d9cd42..723abae 100644
--- a/src/site/apt/examples/jpms_args.apt.vm
+++ b/src/site/apt/examples/jpms_args.apt.vm
@@ -51,7 +51,7 @@ JPMS.ARGS
[]
- The <<<--patch-module>>> values are different compared to the original
values passed to the compiler. Occording to
+ The <<<--patch-module>>> values are different compared to the original
values passed to the compiler. According to
the specification it looks like <<<--patch-module
\<module\>=\<file\>(\<pathsep\>\<file\>)\*>>>
However, files are system specific. For that reason the module names are
used. If the jar itself contains the
patchcode, then an <<<_>>> (underscore) is used. As separators a <<<, >>>
(comma + space) is used.