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
commit 6762b4abda60972120e1e3ecf3fb96f61d18f90a Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 25 22:00:48 2019 +0200 Correct fixed typo Part of #480 on github --- .../src/main/java/org/apache/jmeter/control/TransactionController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/src/main/java/org/apache/jmeter/control/TransactionController.java b/src/core/src/main/java/org/apache/jmeter/control/TransactionController.java index e884676..9194726 100644 --- a/src/core/src/main/java/org/apache/jmeter/control/TransactionController.java +++ b/src/core/src/main/java/org/apache/jmeter/control/TransactionController.java @@ -263,7 +263,7 @@ public class TransactionController extends GenericController implements SampleLi // See Bug 56811 // triggerEndOfLoop is called when error occurs to end Main Loop // in this case normal workflow doesn't happen, so we need - // to notify the child of TransactionController and + // to notify the children of TransactionController and // update them with SubSamplerResult if(subSampler instanceof TransactionSampler) { TransactionSampler tc = (TransactionSampler) subSampler;
