This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 35f1c63 Typo in javadoc
35f1c63 is described below
commit 35f1c63138b49c0bfd0ba532e35807951f3bcb5b
Author: Felix Schumacher <[email protected]>
AuthorDate: Wed Nov 18 13:52:47 2020 +0100
Typo in javadoc
---
src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
b/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
index b33c763..dfe13e5 100644
--- a/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
+++ b/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
@@ -608,7 +608,7 @@ public class JMeterThread implements Runnable,
Interruptible {
* <ul>
* <li>setting up ThreadContext</li>
* <li>initializing sampler if needed</li>
- * <li>positionning currentSamplerForInterruption for potential
interruption</li>
+ * <li>positioning currentSamplerForInterruption for potential
interruption</li>
* <li>Playing SampleMonitor before and after sampling</li>
* <li>resetting currentSamplerForInterruption</li>
* </ul>