From: ulfl Date: Sat, 30 Sep 2006 18:30:43 +0000 (+0000) Subject: fix a typo X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=c93b7ef4fc3e5172096c7c01fc548c30f34e4ffb;p=obnox%2Fwireshark%2Fwip.git fix a typo git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19386 f5534014-38df-0310-8fa8-9805f1628bb7 --- 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 &&