aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-07-15 03:35:54 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-07-15 03:35:54 +0000
commitde71542c9856baef850976748e71d02f9543e72f (patch)
tree2e1e2c15690b785d41a9baf7cfda39ee992635e8 /doc
parent9d1a3b7fdf8da9863bcd96801fc92b3fa0dd5447 (diff)
small typo
svn path=/trunk/; revision=18740
Diffstat (limited to 'doc')
-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.