wccp: fix spelling typo found by lintian

Change-Id: I9ce35505d4b35e2c2bcacd13eca075005e05c307
Reviewed-on: https://code.wireshark.org/review/18488
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-10-26 21:53:59 +02:00 committed by Michael Mann
parent 8d0af2f578
commit 1a7e21d2fd
1 changed files with 1 additions and 1 deletions

View File

@ -1817,7 +1817,7 @@ dissect_wccp2_extended_assignment_data_element(tvbuff_t *tvb, int offset, gint l
(length == (assignment_length + 4)))
{
expert_add_info_format(pinfo, element_item, &ei_wccp_assignment_length_bad,
"Assignment length is %d but %d remain in the packet. Assuming that this is wrong as this is only 4 bytes to small, proceding with the assumption it is %d",
"Assignment length is %d but %d remain in the packet. Assuming that this is wrong as this is only 4 bytes too small, proceeding with the assumption it is %d",
assignment_length, length, length);
assignment_length = length;
}