From Reinhard Speyerer:

This patch fixes several misspellings/typos in Wireshark SVN revision 28201.

svn path=/trunk/; revision=28218
This commit is contained in:
Jaap Keuter 2009-05-01 07:15:56 +00:00
parent e7a6583015
commit ee4aafbef1
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ static const value_string nhrp_error_code_vals[] = {
{ NHRP_ERR_PROT_ERROR, "Protocol Error" },
{ NHRP_ERR_SDU_SIZE_EXCEEDED, "NHRP SDU Size Exceeded" },
{ NHRP_ERR_INV_EXT, "Invalid Extension" },
{ NHRP_ERR_INV_RESOLUTION_REPLY, "Invalid NHRP Reolution Reply Received" },
{ NHRP_ERR_INV_RESOLUTION_REPLY, "Invalid NHRP Resolution Reply Received" },
{ NHRP_ERR_AUTH_FAILURE, "Authentication Failure" },
{ NHRP_ERR_HOP_COUNT_EXCEEDED, "Hop Count Exceeded" },
{ 0, NULL }