diff --git a/src/components/src/main/java/org/apache/jmeter/reporters/MailerModel.java b/src/components/src/main/java/org/apache/jmeter/reporters/MailerModel.java index 1d905d64ff4..64e65bddec7 100644 --- a/src/components/src/main/java/org/apache/jmeter/reporters/MailerModel.java +++ b/src/components/src/main/java/org/apache/jmeter/reporters/MailerModel.java @@ -281,7 +281,7 @@ public String toString() { * @param from * the sender of the mail as shown in the mail-client. * @param vEmails - * all receivers of the mail. The receivers are seperated by + * all receivers of the mail. The receivers are separated by * commas. * @param subject * the subject of the mail. @@ -305,7 +305,7 @@ public void sendMail(String from, List vEmails, String subject, String a * @param from * the sender of the mail as shown in the mail-client. * @param vEmails - * all receivers of the mail. The receivers are seperated by + * all receivers of the mail. The receivers are separated by * commas. * @param subject * the subject of the mail. diff --git a/src/core/src/main/java/org/apache/jmeter/report/dashboard/ReportGenerator.java b/src/core/src/main/java/org/apache/jmeter/report/dashboard/ReportGenerator.java index 742250c73a2..b8bb15581bc 100644 --- a/src/core/src/main/java/org/apache/jmeter/report/dashboard/ReportGenerator.java +++ b/src/core/src/main/java/org/apache/jmeter/report/dashboard/ReportGenerator.java @@ -511,7 +511,7 @@ private static AggregateConsumer createEndDateConsumer() { } /** - * @return Consumer that compute the begining date of the test + * @return Consumer that compute the beginning date of the test */ private static AggregateConsumer createBeginDateConsumer() { AggregateConsumer beginDateConsumer = new AggregateConsumer( diff --git a/src/functions/src/main/java/org/apache/jmeter/functions/RandomDate.java b/src/functions/src/main/java/org/apache/jmeter/functions/RandomDate.java index fcf90aa9dea..f1a71f28f0f 100644 --- a/src/functions/src/main/java/org/apache/jmeter/functions/RandomDate.java +++ b/src/functions/src/main/java/org/apache/jmeter/functions/RandomDate.java @@ -50,7 +50,7 @@ *