This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 5382d23e33390a0d727143e7d0d5f96f91355971 Author: Gautier DI FOLCO <[email protected]> AuthorDate: Mon Oct 28 11:17:54 2019 +0100 JAMES-2934 Typo: 'paramater' instead of 'parameter' --- .../apache/james/protocols/smtp/core/AbstractHookableCmdHandler.java | 2 +- src/site/markdown/server/manage-webadmin.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractHookableCmdHandler.java b/protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractHookableCmdHandler.java index 9d2ef48..0d392e2 100644 --- a/protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractHookableCmdHandler.java +++ b/protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractHookableCmdHandler.java @@ -99,7 +99,7 @@ public abstract class AbstractHookableCmdHandler<HookT extends org.apache.james. * @param command * the command * @param parameters - * the paramaters + * the parameters * @return SMTPResponse */ private Response processHooks(SMTPSession session, String command, diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index b07daab..335c243 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -2055,7 +2055,7 @@ For instance: curl -XPATCH http://ip:port/mailRepositories/var%2Fmail%2Ferror%2F/mails?action=reprocess ``` -Additional query paramaters are supported: +Additional query parameters are supported: - `queue` allow you to target the mail queue you want to enqueue the mails in. - `processor` allow you to overwrite the state of the reprocessing mails, and thus select the processors they will start their processing in. @@ -2116,7 +2116,7 @@ For instance: curl -XPATCH http://ip:port/mailRepositories/var%2Fmail%2Ferror%2F/mails/name1?action=reprocess ``` -Additional query paramaters are supported: +Additional query parameters are supported: - `queue` allow you to target the mail queue you want to enqueue the mails in. - `processor` allow you to overwrite the state of the reprocessing mails, and thus select the processors they will start their processing in. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
