Skip to content

Commit ef40462

Browse files
vocatananthonygauthier
authored andcommitted
fix minor typographical error
1 parent 87cb99f commit ef40462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/ElasticSearchMetric.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ private void addDetails() {
185185
}
186186

187187
/**
188-
* This method will parse the headers and look for custom variables passed through as header. It can also seperate
189-
* all headers into different ElasticSearch document properties by passing "true" This is a work-around the native
190-
* behaviour of JMeter where variables are not accessible within the backend listener.
188+
* This method will parse the headers and look for custom variables passed through as header. It can also separate
189+
* all headers into different ElasticSearch document properties by passing "true" This is a work-around for the
190+
* native behaviour of JMeter, where variables are not accessible within the backend listener.
191191
*
192192
* @param allReqHeaders boolean to determine if the user wants to separate ALL request headers into different ES JSON
193193
* properties.

0 commit comments

Comments
 (0)