Skip to content

Commit 1c4e40c

Browse files
committed
minor javadoc typo [skip ci]
1 parent 6486110 commit 1c4e40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simple-java-mail/src/main/java/org/simplejavamail/mailer/internal/util/TransportRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class TransportRunner {
3232
private static final Logger LOGGER = getLogger(TransportRunner.class);
3333

3434
/**
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.
35+
* 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.
3636
*
3737
* @param clusterKey The cluster key to use for the connection pool, which was randomly generated in the Mailer builder if not provided.
3838
*/

0 commit comments

Comments
 (0)