From 2df5dc3d533008334c3705b9a1d3683663a88ae2 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 18 Mar 2012 22:24:24 +0000 Subject: From Reinhard Speyerer: Fix several misspellings/typos in Wireshark https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645 --- epan/dissectors/packet-v5ua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-v5ua.c') diff --git a/epan/dissectors/packet-v5ua.c b/epan/dissectors/packet-v5ua.c index 9c0423fdf3..137293ae84 100644 --- a/epan/dissectors/packet-v5ua.c +++ b/epan/dissectors/packet-v5ua.c @@ -385,7 +385,7 @@ dissect_draft_error_code_parameter(tvbuff_t *parameter_tvb, proto_tree *paramete static const value_string error_code_values[] = { { MGMT_ERROR_INVALID_VERSION, "Invalid version" }, { MGMT_ERROR_INVALID_IF_ID, "Invalid interface identifier" }, - { MGMT_ERROR_UNSUPPORTED_MSG_CLASS, "Unsuported message class" }, + { MGMT_ERROR_UNSUPPORTED_MSG_CLASS, "Unsupported message class" }, { MGMT_ERROR_UNSUPPORTED_MSG_TYPE, "Unsupported message type" }, { MGMT_ERROR_UNSUPPORTED_TRAFFIC_HANDLING_MODE, "Unsupported traffic handling mode" }, { MGMT_ERROR_UNEXPECTED_MSG, "Unexpected message" }, -- cgit v1.2.3