fix a typo
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 30 Sep 2006 18:30:43 +0000 (18:30 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 30 Sep 2006 18:30:43 +0000 (18:30 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19386 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-http.c

index da33b3fe33fb374989e96f0a8a6fb4f19c047741..99cecec5ed99622733c4b90affca97f6abc4a1aa 100644 (file)
@@ -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 &&