We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6486110 commit 1c4e40cCopy full SHA for 1c4e40c
modules/simple-java-mail/src/main/java/org/simplejavamail/mailer/internal/util/TransportRunner.java
@@ -32,7 +32,7 @@ public class TransportRunner {
32
private static final Logger LOGGER = getLogger(TransportRunner.class);
33
34
/**
35
- * NOTE: only in case batch-module is *not* in use, the {@link Session} passed in here is garuanteed to be used to send this message.
+ * NOTE: only in case batch-module is *not* in use, the {@link Session} passed in here is guaranteed to be used to send this message.
36
*
37
* @param clusterKey The cluster key to use for the connection pool, which was randomly generated in the Mailer builder if not provided.
38
*/
0 commit comments