You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/08/17 20:27:09 UTC

svn commit: r1756683 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Wed Aug 17 20:27:08 2016
New Revision: 1756683

URL: http://svn.apache.org/viewvc?rev=1756683&view=rev
Log:
Fix typo

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1756683&r1=1756682&r2=1756683&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Aug 17 20:27:08 2016
@@ -2681,7 +2681,7 @@ When reading from CSV results files, the
 <b>In order to interpret a header-less CSV file correctly, the appropriate properties must be set in <code>jmeter.properties</code>.</b>
 <note>
 XML files written by JMeter have version 1.0 declared in header while actual file is serialized with 1.1 rules. 
-This causes strict XML parsers to fail. Consider using non-string XML parsers to read JTL files.
+This causes strict XML parsers to fail. Consider using non-strict XML parsers to read JTL files.
 </note>
 </p>
 <note>