aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-01-02 13:25:36 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-01-02 13:25:36 +0000
commit86056bff3c735897e33105ca074b1abc292df1ca (patch)
treef50ddfd94987deeb7989d78d9224d6a5ee519475 /epan/dissectors/packet-ajp13.c
parent578e62131edab0772256953fcdfee0004c93a60b (diff)
"an wireshark" -> "a wireshark".
Presumably "an ethereal" was search replaced... svn path=/trunk/; revision=20266
Diffstat (limited to 'epan/dissectors/packet-ajp13.c')
-rw-r--r--epan/dissectors/packet-ajp13.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ajp13.c b/epan/dissectors/packet-ajp13.c
index edc20a446c..bf73b42af5 100644
--- a/epan/dissectors/packet-ajp13.c
+++ b/epan/dissectors/packet-ajp13.c
@@ -45,7 +45,7 @@
* You need to be looking at: jk/doc/AJP13.html in the
* jakarta-tomcat-connectors repository.
*
- * If you're an wireshark dissector guru, then you can skip the rest of
+ * If you're a wireshark dissector guru, then you can skip the rest of
* this. I'm writing it all down because I've written 3 dissectors so
* far and every time I've forgotten it all and had to re-learn it
* from scratch. Not this time, damnit.