diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-07-30 00:57:15 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-07-30 00:57:15 +0000 |
commit | f5733e9aee3676d244ec3e8408016e6bcc327dd7 (patch) | |
tree | cdd0297e3e69317360069b70ea8ffcc74a78d9ad /packet-http.c | |
parent | da1baa7d22cb9ea34bc33f341076409bca590809 (diff) | |
download | wireshark-f5733e9aee3676d244ec3e8408016e6bcc327dd7.tar.gz wireshark-f5733e9aee3676d244ec3e8408016e6bcc327dd7.tar.bz2 wireshark-f5733e9aee3676d244ec3e8408016e6bcc327dd7.zip |
Fix a typo in "Hypertext".
svn path=/trunk/; revision=404
Diffstat (limited to 'packet-http.c')
-rw-r--r-- | packet-http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-http.c b/packet-http.c index 816cf4571e..a3e394facc 100644 --- a/packet-http.c +++ b/packet-http.c @@ -3,7 +3,7 @@ * * Guy Harris <guy@netapp.com> * - * $Id: packet-http.c,v 1.6 1999/07/29 05:46:55 gram Exp $ + * $Id: packet-http.c,v 1.7 1999/07/30 00:57:15 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -217,6 +217,6 @@ proto_register_http(void) { "Name", "http.abbreviation", TYPE, VALS_POINTER }}, };*/ - proto_http = proto_register_protocol("Hyptertext Transfer Protocol", "http"); + proto_http = proto_register_protocol("Hypertext Transfer Protocol", "http"); /* proto_register_field_array(proto_http, hf, array_length(hf));*/ } |