aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2003-01-13 14:04:31 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2003-01-13 14:04:31 +0000
commit4744edb0bedb8348023e97d6ec138e486debc794 (patch)
tree9f086d70d8ec0c271e389fa187ba54c48e1be7c4 /packet-sctp.c
parenteb4e35abff0606304129209f11b3276d7ee465f0 (diff)
Fixed a typo.
svn path=/trunk/; revision=6918
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index b5a3b9570e..97a87909e2 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -11,7 +11,7 @@
* - support for reassembly
* - code cleanup
*
- * $Id: packet-sctp.c,v 1.45 2002/12/05 10:19:13 tuexen Exp $
+ * $Id: packet-sctp.c,v 1.46 2003/01/13 14:04:31 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2293,7 +2293,7 @@ proto_register_sctp(void)
"", HFILL }
},
{ &hf_sctp_init_chunk_adv_rec_window_credit,
- { "Advertised reciever window credit (a_rwnd)", "sctp.init.chunk.credit",
+ { "Advertised receiver window credit (a_rwnd)", "sctp.init.chunk.credit",
FT_UINT32, BASE_DEC, NULL, 0x0,
"", HFILL }
},