aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-31 05:42:55 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-31 05:42:55 +0000
commit6fda4ca102f42de58803b297f589e253bd678eab (patch)
tree63abd97631185e61f6d034a050f9c3b9248c8f85
parent337434255aef6d79a5e2bd317f956698431b04d0 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17131 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--asn1/camel/camel.asn2
-rw-r--r--epan/dissectors/packet-camel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/camel/camel.asn b/asn1/camel/camel.asn
index 001e1925d0..96f403658d 100644
--- a/asn1/camel/camel.asn
+++ b/asn1/camel/camel.asn
@@ -1293,7 +1293,7 @@ GPRSEventType ::= ENUMERATED
detached (3),
pdp-ContextEstablishment (11),
pdp-ContextEstablishmentAcknowledgement (12),
- disonnect (13),
+ disconnect (13),
pdp-ContextChangeOfPosition (14)
}
diff --git a/epan/dissectors/packet-camel.c b/epan/dissectors/packet-camel.c
index 4cbdae02a3..592b561690 100644
--- a/epan/dissectors/packet-camel.c
+++ b/epan/dissectors/packet-camel.c
@@ -5416,7 +5416,7 @@ static const value_string camel_GPRSEventType_vals[] = {
{ 3, "detached" },
{ 11, "pdp-ContextEstablishment" },
{ 12, "pdp-ContextEstablishmentAcknowledgement" },
- { 13, "disonnect" },
+ { 13, "disconnect" },
{ 14, "pdp-ContextChangeOfPosition" },
{ 0, NULL }
};