diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 29f294a0b1d..1bf93350240 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -160,6 +160,7 @@ to view the last release notes of version 5.2.1.
Documentation
- 547Correct Log level documentation. Contributed by jmetertea
+ - 548Correct typos in documentation. Contributed by jmetertea
- 64022Correct Chinese translation for "Ignore Sub-Controller blocks". Provided by yangxiaofei77 (yangxiaofei77 at gmail.com)
diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index 750d22ba12b..186116d2ca8 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -3979,7 +3979,7 @@ instead. (see figures 12 and 13).
See BasicDataSource.html#getTimeBetweenEvictionRunsMillis
Turn auto commit on or off for the connections.
Transaction isolation level
- The connection pool can be intialized instantly. If set to False
(default), the JDBC request samplers using this pool might measure higher response times for the first queries – as the connection establishment time for the whole pool is included.
+ The connection pool can be initialized instantly. If set to False
(default), the JDBC request samplers using this pool might measure higher response times for the first queries – as the connection establishment time for the whole pool is included.
A Collection of SQL statements that will be used to initialize physical connections when they are first created. These statements are executed only once - when the configured connection factory creates the connection.
Test idle connections of the pool, see BasicDataSource.html#getTestWhileIdle.
Validation Query will be used to test it.
@@ -4148,7 +4148,7 @@ and javax.net.ssl.keyStore
to NONE
.
Descriptive name for this element that is shown in the tree.
- Wether or not to preload Keystore. Setting it to true
is usually the best option.
+ Whether or not to preload Keystore. Setting it to true
is usually the best option.
Variable name that will contain the alias to use for authentication by client certificate. Variable value will be filled from CSV Data Set for example. In the screenshot, "certificat_ssl
" will also be a variable in CSV Data Set. Defaults to clientCertAliasVarName
The index of the first key to use in Keystore, 0-based.
The index of the last key to use in Keystore, 0-based. When using "Variable name holding certificate alias
" ensure it is large enough so that all keys are loaded at startup. Default to -1 which means load all.
@@ -6427,7 +6427,7 @@ Behaviour can be modified with some properties by setting in user.properties:
testplan_validation.nb_threads_per_thread_group
: Number of threads to use to validate a Thread Group, by default 1
testplan_validation.ignore_timers
: Ignore timers when validating the thread group of plan, by default 1
testplan_validation.number_iterations
: Number of iterations to use to validate a Thread Group
-testplan_validation.tpc_force_100_pct
: Wether to force Throughput Controller in percentage mode to run as if percentage was 100%. Defaults to false
+testplan_validation.tpc_force_100_pct
: Whether to force Throughput Controller in percentage mode to run as if percentage was 100%. Defaults to false