aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m3ua.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-02 07:23:56 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-02 07:23:56 +0000
commit6dacf7e132389b4f042b79498a064f06a480d942 (patch)
treefa886c21aea9d43be42084e27a622266766ca9d5 /packet-m3ua.c
parent6472a335336320e5256b2a993f8296b070141923 (diff)
Typo fix, from Michael Tuexen.
svn path=/trunk/; revision=4843
Diffstat (limited to 'packet-m3ua.c')
-rw-r--r--packet-m3ua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-m3ua.c b/packet-m3ua.c
index 4800df2684..e7198eb3c7 100644
--- a/packet-m3ua.c
+++ b/packet-m3ua.c
@@ -9,7 +9,7 @@
*
* Copyright 2000, 2001, 2002, Michael Tuexen <Michael.Tuexen@icn.siemens.de>
*
- * $Id: packet-m3ua.c,v 1.15 2002/02/26 10:18:22 guy Exp $
+ * $Id: packet-m3ua.c,v 1.16 2002/03/02 07:23:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -623,7 +623,7 @@ static const value_string m3ua_v10_error_code_values[] = {
{ V10_PARAMETER_FIELD_ERROR_CODE, "Parameter field error" },
{ V10_UNEXPECTED_PARAMETER_ERROR_CODE, "Unexpected parameter" },
{ V10_DESTINATION_STATUS_UNKNOWN_ERROR_CODE, "Destination status unknown" },
- { V10_INVALID_NETWORK_APPEARANCE_ERROR_CODE, "Invalid network sppearance" },
+ { V10_INVALID_NETWORK_APPEARANCE_ERROR_CODE, "Invalid network appearance" },
{ V10_NO_CONFIGURED_AS_FOR_ASP_ERROR_CODE, "No configured AS for ASP" },
{ 0, NULL } };