aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-12-06 01:34:58 +0000
committerBill Meier <wmeier@newsguy.com>2010-12-06 01:34:58 +0000
commit03b57df5a077e1e3590a96b0ccf675cf2bc133dd (patch)
treed30cafc4dca690450bd630a40b77b47565857b85 /epan/dissectors/packet-dcerpc.c
parent7cd3ff263b70c138a51ffb7a75c17220f9c70581 (diff)
Fix various typos and spelling errors.
svn path=/trunk/; revision=35126
Diffstat (limited to 'epan/dissectors/packet-dcerpc.c')
-rw-r--r--epan/dissectors/packet-dcerpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c
index a1a05660c0..6e9982558e 100644
--- a/epan/dissectors/packet-dcerpc.c
+++ b/epan/dissectors/packet-dcerpc.c
@@ -1933,7 +1933,7 @@ find_pointer_index(guint32 id)
* this is text is what text we should put in any created tree node.
*
* hf_index is what hf value we want to pass to the callback function when
- * it is called, the callback can later pich this one up from di->hf_index.
+ * it is called, the callback can later pick this one up from di->hf_index.
*
* callback is executed after the pointer has been dereferenced.
*