From c544c209561e2661d014eac1b3f7a2a6a67af636 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 18 Dec 2008 19:08:49 +0000 Subject: Fix various typos and spelling errors (mostly in text strings) svn path=/trunk/; revision=27050 --- epan/dissectors/packet-dua.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-dua.c') diff --git a/epan/dissectors/packet-dua.c b/epan/dissectors/packet-dua.c index f0ebd9d3d2..c826a700ff 100644 --- a/epan/dissectors/packet-dua.c +++ b/epan/dissectors/packet-dua.c @@ -1,7 +1,7 @@ /* packet-dua.c * Routines for DPNSS/DASS2-User Adaptation Layer dissection * - * It is hopefully (needs testing) compilant to + * It is hopefully (needs testing) compliant to * http://www.ietf.org/internet-drafts/draft-ietf-sigtran-dua-08.txt * http://www.ietf.org/internet-drafts/draft-ietf-sigtran-rfc3057bis-02.txt * @@ -235,7 +235,7 @@ dissect_traffic_mode_type_parameter(tvbuff_t *parameter_tvb, proto_tree *paramet static const value_string error_code_values[] = { { INVALID_VERSION_ERROR, "Invalid version" }, { INVALID_INTERFACE_IDENTIFIER_ERROR, "Invalid interface identifier" }, - { UNSUPPORTED_MESSAGE_CLASS_ERROR, "Unsuported message class" }, + { UNSUPPORTED_MESSAGE_CLASS_ERROR, "Unsupported message class" }, { UNSUPPORTED_MESSAGE_TYPE_ERROR, "Unsupported message type" }, { UNSUPPORTED_TRAFFIC_HANDLING_MODE_ERROR, "Unsupported traffic handling mode" }, { UNEXPECTED_MESSAGE_ERROR, "Unexpected message" }, @@ -425,7 +425,7 @@ static const value_string parameter_tag_values[] = { { DLCI_PARAMETER_TAG, "DLCI" }, { DIAGNOSTIC_INFORMATION_PARAMETER_TAG, "Diagnostic information" }, { INTEGER_RANGE_INTERFACE_IDENTIFIER_PARAMETER_TAG, "Integer range interface identifier" }, - { HEARTBEAT_DATA_PARAMETER_TAG, "Hearbeat data" }, + { HEARTBEAT_DATA_PARAMETER_TAG, "Heartbeat data" }, { TRAFFIC_MODE_TYPE_PARAMETER_TAG, "Traffic mode type" }, { ERROR_CODE_PARAMETER_TAG, "Error code" }, { STATUS_TYPE_INDENTIFICATION_PARAMETER_TAG, "Status type/identification" }, -- cgit v1.2.3