Bug 60994 - Fix some typo in comments or log messages
Summary: Fix some typo in comments or log messages
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.2
Hardware: All All
: P2 trivial (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-15 15:59 UTC by Milamber
Modified: 2017-04-16 09:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milamber 2017-04-15 15:59:55 UTC
GitHub user Mithrandir0407 opened a pull request:

    https://github.com/apache/jmeter/pull/289
Comment 1 Milamber 2017-04-15 16:29:27 UTC
URL: http://svn.apache.org/viewvc?rev=1791518&view=rev
Log:
Fix some typo in comments or log messages
This closes #289
Bugzilla Id: 60994


Modified:
    jmeter/trunk/src/components/org/apache/jmeter/assertions/BeanShellAssertion.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionRouter.java
    jmeter/trunk/src/core/org/apache/jmeter/report/core/AbstractSampleWriter.java
    jmeter/trunk/src/core/org/apache/jmeter/samplers/BatchSampleSender.java
    jmeter/trunk/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java
    jmeter/trunk/src/core/org/apache/jmeter/visualizers/gui/AbstractVisualizer.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSamplerBeanInfo.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/best-practices.xml
Comment 2 Felix Schumacher 2017-04-16 09:50:59 UTC
Date: Sun Apr 16 09:18:32 2017
New Revision: 1791581

URL: http://svn.apache.org/viewvc?rev=1791581&view=rev
Log:
Fix some typo in comments or log messages.

Part of #290 on github, contributed by Anass Benomar (abenomar at umanis.com).
Bugzilla Id: 60994

Date: Sun Apr 16 09:42:45 2017
New Revision: 1791584

URL: http://svn.apache.org/viewvc?rev=1791584&view=rev
Log:
Change checksum of SaveProperties to stay in sync with the corrected typos.

Related to #290 on github.
Bugzilla Id: 60994

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java

Date: Sun Apr 16 09:48:24 2017
New Revision: 1791589

URL: http://svn.apache.org/viewvc?rev=1791589&view=rev
Log:
Fix some typo in private constants.

I have left out the corrections for sources, that are not really part of JMeter -
like jQuery and co - and I didn't include the spelling corrections for
british vs american english and the camel case changes.

Closes #290 on github, contributed by Anass Benomar (abenomar at umanis.com).
Bugzilla Id: 60994
Comment 3 The ASF infrastructure team 2022-09-24 20:38:08 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4362