This is an automated email from the git hooks/post-receive script. New commit to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit dd2c391eb3f0778cd1b64014b1f48ec2302cc43c Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 1 16:35:25 2018 +0200 Fix typo --- .../org/chorem/pollen/services/service/mail/PollInvitationEmail.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollInvitationEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollInvitationEmail.java index fe8a9b66..e46bb4e0 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollInvitationEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollInvitationEmail.java @@ -110,7 +110,7 @@ public class PollInvitationEmail extends PollenMail { try { replyTo = Collections.singletonList(new InternetAddress(creator.getEmail(), creator.getName())); } catch (UnsupportedEncodingException e) { - throw new PollenTechnicalException("Error on replyTo adresse", e); + throw new PollenTechnicalException("Error on replyTo adress", e); } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.