From 2c0cfe36f128f6cb63bdcde8c05c37299f65064c Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 17:56:18 +0200 Subject: [PATCH] MIH: fix fix spelling typo found by lintian Change-Id: Ie8000bfaf086582f36dd88a06cb0b01e0a377096 Reviewed-on: https://code.wireshark.org/review/18524 Reviewed-by: Anders Broman --- epan/dissectors/packet-mih.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-mih.c b/epan/dissectors/packet-mih.c index daa5984343..c0352581af 100644 --- a/epan/dissectors/packet-mih.c +++ b/epan/dissectors/packet-mih.c @@ -699,7 +699,7 @@ static const value_string reg_request_code_vals[] = { }; static const value_string ip_renewal_vals[] = { -{0, "Change Not Requiered"}, +{0, "Change Not Required"}, {1, "Change Required"}, {0, NULL} };