aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-03-05 20:47:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-03-05 20:47:36 +0000
commite9eb4ce2c2da86e6cdf3d7cdf39d6e79955d40b7 (patch)
tree708842b7a1849574f43e20ad31087b8469ad2175 /doc
parente4edda69af0ec4cd4de71127c155e2e469e0af55 (diff)
from Andrew Feren :
Trivial agreement problem in documentation. svn path=/trunk/; revision=24568
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 59bdd62f2c..0e53e4914e 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2193,7 +2193,7 @@ filter is then possible:
proto_tree_add_protocol_format()
--------------------------------
proto_tree_add_protocol_format is used to add the top-level item for the
-protocol when the dissector routines wants complete control over how the
+protocol when the dissector routine wants complete control over how the
field and value will be represented on the GUI tree. The ID value for
the protocol is passed in as the "id" argument; the rest of the
arguments are a "printf"-style format and any arguments for that format.
@@ -2330,7 +2330,7 @@ proto_tree_add_guid_format()
proto_tree_add_oid_format()
----------------------------
These routines are used to add items to the protocol tree when the
-dissector routines wants complete control over how the field and value
+dissector routine wants complete control over how the field and value
will be represented on the GUI tree. The argument giving the value is
the same as the corresponding proto_tree_add_XXX() function; the rest of
the arguments are a "printf"-style format and any arguments for that
@@ -2356,7 +2356,7 @@ proto_tree_add_oid_format_value()
------------------------------------
These routines are used to add items to the protocol tree when the
-dissector routines wants complete control over how the value will be
+dissector routine wants complete control over how the value will be
represented on the GUI tree. The argument giving the value is the same
as the corresponding proto_tree_add_XXX() function; the rest of the
arguments are a "printf"-style format and any arguments for that format.