fix typo

Signed-off-by: olivier lamy <olamy@apache.org>
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 @@
   

   []

   

-  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.