Author: fschumacher Date: Thu May 5 17:05:38 2016 New Revision: 1742454 URL: http://svn.apache.org/viewvc?rev=1742454&view=rev Log: Correct a few typos Modified: jmeter/trunk/bin/jmeter.properties Modified: jmeter/trunk/bin/jmeter.properties URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1742454&r1=1742453&r2=1742454&view=diff ============================================================================== --- jmeter/trunk/bin/jmeter.properties (original) +++ jmeter/trunk/bin/jmeter.properties Thu May 5 17:05:38 2016 @@ -409,7 +409,7 @@ log_level.jorphan=INFO #kerberos_jaas_application=JMeter # Should ports be stripped from urls before constructing SPNs -# for spnego authentication +# for SPNEGO authentication #kerberos.spnego.strip_port=true #--------------------------------------------------------------------------- @@ -465,7 +465,7 @@ log_level.jorphan=INFO # Idle connection timeout (Milliseconds) to apply if the server does not send # Keep-Alive headers (default 0) # Set this > 0 to compensate for servers that don't send a Keep-Alive header -# If <= 0, idle timeout will only appy if the server sends a Keep-Alive header +# If <= 0, idle timeout will only apply if the server sends a Keep-Alive header #httpclient4.idletimeout=0 # Check connections if the elapsed time (Milliseconds) since the last @@ -968,7 +968,7 @@ beanshell.server.file=../extras/startup. # LDAP Sampler configuration #--------------------------------------------------------------------------- # Maximum number of search results returned by a search that will be sorted -# to guarantee a stable ordering (if more results then this limit are retruned +# to guarantee a stable ordering (if more results then this limit are returned # then no sorting is done). Set to 0 to turn off all sorting, in which case # "Equals" response assertions will be very likely to fail against search results. # @@ -1070,7 +1070,7 @@ cookies=cookies #jmeterengine.remote.system.exit=false # Whether to call System.exit(1) on failure to stop threads in non-GUI mode. -# This only takes effect if the test was explictly requested to stop. +# This only takes effect if the test was explicitly requested to stop. # If this is disabled, it may be necessary to kill the JVM externally #jmeterengine.stopfail.system.exit=true @@ -1198,11 +1198,11 @@ classfinder.functions.notContain=.gui. # Empty value means no filtering #jmeter.reportgenerator.sample_filter= -# Sets the temporary directory used by the generation processus if it needs file I/O operations. +# Sets the temporary directory used by the generation process if it needs file I/O operations. #jmeter.reportgenerator.temp_dir=temp # Sets the size of the sliding window used by percentile evaluation. -# Caution : higher value provides a better accurency but needs more memory. +# Caution : higher value provides a better accuracy but needs more memory. #jmeter.reportgenerator.statistic_window = 200000 # Configure this property to change the report title @@ -1280,7 +1280,7 @@ jmeter.reportgenerator.exporter.html.cla #jmeter.reportgenerator.exporter.html.property.template_dir=report-template # Sets the destination directory for generated html pages. -# This will be overriden by the command line option -o +# This will be overridden by the command line option -o #jmeter.reportgenerator.exporter.html.property.output_dir=report-output # Regular Expression which Indicates which graph series are filtered in display @@ -1308,7 +1308,7 @@ user.properties=user.properties system.properties=system.properties # Comma separated list of files that contain reference to templates and their description -# Path must be relative to jmeter root folder +# Path must be relative to JMeter root folder #template.files=/bin/templates/templates.xml @@ -1320,7 +1320,7 @@ system.properties=system.properties # Default implementation is org.apache.jmeter.gui.action.validation.TreeClonerForValidation # It runs validation without timers, with 1 thread, 1 iteration and Startup Delay set to 0 # You can implement your own policy that must extend org.apache.jmeter.engine.TreeCloner -# JMeter will instanciate it and use it to create the Tree used to run validation on Thread Group +# JMeter will instantiate it and use it to create the Tree used to run validation on Thread Group #testplan_validation.tree_cloner_class=org.apache.jmeter.gui.action.validation.TreeClonerForValidation # Number of threads to use to validate a Thread Group