Skip to content

Commit ca5efaf

Browse files
committed
Fix spelling
1 parent 06ab3b9 commit ca5efaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/commons/che-core-commons-mail/src/main/java/org/eclipse/che/mail

core/commons/che-core-commons-mail/src/main/java/org/eclipse/che/mail/MailSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void sendMail(EmailBean emailBean) throws SendMailException {
118118
emailBean.getSubject());
119119

120120
Transport.send(message);
121-
LOG.debug("Mail send");
121+
LOG.debug("Mail sent");
122122
} catch (Exception e) {
123123
LOG.error(e.getLocalizedMessage());
124124
throw new SendMailException(e.getLocalizedMessage(), e);

0 commit comments

Comments
 (0)