aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-30 18:30:43 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-30 18:30:43 +0000
commitee8abeec9e3f7df936b25789673942c40698f633 (patch)
tree3e1c72a3d3d1c4b95127f7965385f21e1e9408bc /epan
parent319bbf2bc6a4e8800f5ad9a650e0d56877fb0a83 (diff)
fix a typo
svn path=/trunk/; revision=19386
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index da33b3fe33..99cecec5ed 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -1414,7 +1414,7 @@ http_payload_subdissector(tvbuff_t *next_tvb, proto_tree *tree, proto_tree *sub_
guint32 *ptr;
struct tcpinfo *tcpinfo = pinfo->private_data;
struct tcp_analysis *tcpd=NULL;
- gchar **strings; /* An array for spitting the request URI into hostname and port */
+ gchar **strings; /* An array for splitting the request URI into hostname and port */
/* Response code 200 means "OK" and strncmp() == 0 means the strings match exactly */
if(stat_info->request_uri && stat_info->response_code == 200 &&