-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix: Typos #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Typos #480
Conversation
| // triggerEndOfLoop is called when error occurs to end Main Loop | ||
| // in this case normal workflow doesn't happen, so we need | ||
| // to notify the childs of TransactionController and | ||
| // to notify the child of TransactionController and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably meant children here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, you're right :)
|
|
||
| /** | ||
| * Hard Stop JMeterThread thrd and interrupt JVM Thread if interrupt is true | ||
| * Hard Stop JMeterThread third and interrupt JVM Thread if interrupt is true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably thread and not third. We could probably get rid of thr*d here at all.
|
Thanks for the pull request. It is always nice to know that someone looks at the code and cares enough to send in changes. |
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: