From c9db4489cc15754f4411776c2ef3cc37550551ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Sat, 11 May 2024 12:39:38 +0200 Subject: [PATCH] Fix some typos in docs --- src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java | 6 +++--- src/main/java/org/simplify4u/plugins/CheckMojo.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java b/src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java index 73b675cf..8559a0ce 100644 --- a/src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java +++ b/src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java @@ -65,7 +65,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo { private File pgpKeysCachePath; /** - * When key not exist on keys servers such information will be store in cache. + * When key does not exist on key servers such information will be stored in cache. *

* Next checking for key existence will be done after specific hours remain. * @@ -78,7 +78,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo { * PGP public key servers address. * *

- * From version 1.7.0 you can provide many kay servers separated by comma, semicolon or whitespace. + * From version 1.7.0 you can provide many key servers separated by comma, semicolon or whitespace. * *

* From version 1.15.0 hkp/http protocols are deprecated - please use hkps/https for key servers. @@ -108,7 +108,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo { private boolean skip; /** - * If many key server is provided, use all of them. + * If many key servers are provided, use all of them. *

* If set to false only first key server will be used, another as fallback. * diff --git a/src/main/java/org/simplify4u/plugins/CheckMojo.java b/src/main/java/org/simplify4u/plugins/CheckMojo.java index 3f52c2d8..1e3d6851 100644 --- a/src/main/java/org/simplify4u/plugins/CheckMojo.java +++ b/src/main/java/org/simplify4u/plugins/CheckMojo.java @@ -134,7 +134,7 @@ public static class VerificationResult { *

* *

- * Since version 1.12.0 - Multiple KeysMpa configuration + * Since version 1.12.0 - Multiple KeysMap configuration *

* *