aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-30 18:30:43 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-30 18:30:43 +0000
commitc93b7ef4fc3e5172096c7c01fc548c30f34e4ffb (patch)
tree3e1c72a3d3d1c4b95127f7965385f21e1e9408bc /epan/dissectors/packet-http.c
parentb127293d14fd31226b8ff3b87da7caef83a42e1d (diff)
fix a typo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19386 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-http.c')
-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 &&