aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/README.request_response_tracking2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.request_response_tracking b/doc/README.request_response_tracking
index 6fbd90ecc6..3a72676d7c 100644
--- a/doc/README.request_response_tracking
+++ b/doc/README.request_response_tracking
@@ -6,7 +6,7 @@ for individual transactions.
This is also useful if you want to pass some data from the request onto the
dissection of the actual response. The RPC dissector for example does
-something like this since to pass the actual command opcode from the request
+something like this to pass the actual command opcode from the request
onto the response dissector since the opcode itself is not part of the
response packet and without the opcode we would not know how to decode the
data.