Skip to content

Commit 87da476

Browse files
committed
minor spelling [skip ci]
1 parent b36ce41 commit 87da476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core-module/src/main/java/org/simplejavamail/api/mailer/MailerGenericBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public interface MailerGenericBuilder<T extends MailerGenericBuilder<?>> {
427427
T trustingSSLHosts(String... sslHostsToTrust);
428428

429429
/**
430-
* Configures the current session to trust all hosts. Defaults to true, but this allows you to white list <em>only</em> certain hosts.
430+
* Configures the current session to trust all hosts. Defaults to true, but this allows you to whitelist <em>only</em> certain hosts.
431431
* <p>
432432
* Note that this is <em>not</em> the same as server identity verification, which is enabled through {@link #verifyingServerIdentity(boolean)}.
433433
* It would be prudent to have at least one of these features turned on, lest you be vulnerable to man-in-the-middle attacks.

0 commit comments

Comments
 (0)