aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-02-01 02:05:19 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-02-01 02:05:19 +0000
commit3db18f185eef4184c263b8c9a1da68f5b40d9a07 (patch)
treebda9f291f6f9c5131c5dcfbc545d4f3f7a2d4614 /epan/dissectors/packet-http.c
parentf88e871171cbf5ccdf5093ad2c97772d5a144a8b (diff)
Fix some typos.
svn path=/trunk/; revision=40787
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 8bd466bb0f..faba3d305a 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -958,7 +958,7 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
* which would require subdissectors to deal intelligently
* with empty segments.
*
- * Acccording to RFC 2616, however, 1xx responses, 204 responses,
+ * According to RFC 2616, however, 1xx responses, 204 responses,
* and 304 responses MUST NOT include a message body; if no
* content length is specified for them, we don't attempt to
* dissect the body.
@@ -1745,7 +1745,7 @@ http_payload_subdissector(tvbuff_t *tvb, proto_tree *tree,
if(strings[0] != NULL && strings[1] != NULL) {
/*
- * The string was successfuly split in two
+ * The string was successfully split in two
* Create a proxy-connect subtree
*/
if(tree) {
@@ -2670,7 +2670,7 @@ proto_register_http(void)
&http_desegment_body);
prefs_register_bool_preference(http_module, "dechunk_body",
"Reassemble chunked transfer-coded bodies",
- "Whether to reassemble bodies of entities that are transfered "
+ "Whether to reassemble bodies of entities that are transferred "
"using the \"Transfer-Encoding: chunked\" method",
&http_dechunk_body);
#ifdef HAVE_LIBZ