aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-29 18:11:08 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-29 18:11:08 +0000
commit4ad305316c69212e3a8eb0da9f31d58db99093ec (patch)
tree50d1289139237e8dbf827bb3ddb93cfaafe14edf
parent5f2a0c687e5c057d9aa17f12727afdca4960357b (diff)
Fixed a typo reported by Berward Meyknecht.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10730 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--packet-sctp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index 0093045bb1..e1d4635500 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -12,7 +12,7 @@
* - support for reassembly
* - error checking mode
*
- * $Id: packet-sctp.c,v 1.68 2004/04/26 19:08:55 tuexen Exp $
+ * $Id: packet-sctp.c,v 1.69 2004/04/29 18:11:08 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -761,7 +761,7 @@ static const value_string parameter_identifier_values[] = {
#define SCTP_PARAMETER_BIT_2 0x4000
static const true_false_string sctp_parameter_bit_1_value = {
- "Skip parameter and continue prosessing of the chunk",
+ "Skip parameter and continue processing of the chunk",
"Stop processing of chunk"
};
@@ -1830,7 +1830,7 @@ dissect_unknown_chunk(tvbuff_t *chunk_tvb, proto_tree *chunk_tree, proto_item *c
#define SCTP_CHUNK_BIT_2 0x40
static const true_false_string sctp_chunk_bit_1_value = {
- "Skip chunk and continue prosessing of the packet",
+ "Skip chunk and continue processing of the packet",
"Stop processing of the packet"
};